Reputation: 565
I have simple project with spring security, i taked it from mkyong.com. I put it to GitHub repo (mySource).
Pages in this project - jsp. I want to remake this functional to angular (authization and welcome page), and escape from jsp. I want do it as simple as possible.
Help me, please! Thanks!!
Upvotes: 0
Views: 76
Reputation: 2922
As you did not shown any of your effort so far so as an idea I can suggest you to use Thymeleaf pages instead of JSP
in same project. And then you can simply apply angularJS code in Thymeleaf
pages. You can get the idea from this repository.
Upvotes: 1