How to implement basic Spring security (session management) for Single Page AngularJS application

后端 未结 2 892
半阙折子戏
半阙折子戏 2020-12-08 06:01

I am currently building a single page AngularJS application which communicates via REST to a backend. The structure is as follow:

One Spring MVC WebApp project which

2条回答
  •  既然无缘
    2020-12-08 06:41

    Take a look from what has been done in JHipster https://jhipster.github.io/. You can even use it.

    Jhipster is a spring boot + angular/angularjs generator. I often use it to inspire me and learn best practice.

提交回复
热议问题