标签:工具类 学习 cal 定向 ast oca hub spring 视图
官方SpringMVC示例Github:https://github.com/auth0-samples/auth0-spring-mvc-sample/tree/master/01-Login
Maven形式案例代码:https://github.com/starSmallDream/MyAuth0Example.git
官方SpringMVC文档:https://auth0.com/docs/quickstart/webapp/java-spring-mvc
以下是自己的见解
Auth0Filter过滤器是在 AppConfig 进行配置的,如下:
SessionUtils工具类的设置属性的方法,具体代码到官方案例中一看便知:
同步骤 2)
最后就会进入到home页面了
如果老是出现 /error异常,并且 jsp视图是放在 /template中,则需要更改到 WEB-INF中,具体可以去 https://www.cnblogs.com/XingXiaoMeng/p/13131231.html 里略看一下
标签:工具类 学习 cal 定向 ast oca hub spring 视图
原文地址:https://www.cnblogs.com/XingXiaoMeng/p/13139494.html