我目前正致力于将springmvc应用程序迁移到angularjs(主要意图是使用基于纯HTML的框架工作而不是JSP)。
基于登录,使用弹簧安全。我有很好的例子,但我坚持使用http会话和会话超时
https://github.com/philipsorst/angular-rest-springsecurity - 使用cookie存储会话。
演示
的另一个好例子https://samerabdelkafi.wordpress.com/2016/01/25/secure-angularjs-application-with-spring-security/
上面的示例它使用基于java的配置而不是spring-context.xml,spring-security.xml和web.xml。因此,我很难用我当前的xmls设置映射。
这有什么输入?任何使用基于xml的配置的angularjs + spring security?