We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Auth 权限模块独立,支持oauth2,第三方接入
1、启动Eureka模块
2、启动Config模块
3、启动Auth权限模块
访问受保护的资源:http://localhost:1004/user/info 会自动跳转到登录页面
登录成功会返回:http://localhost:1004/user/info 此时成功加载受保护资源
成功登录访问跟页面:http://localhost:1004
4、单点登录sso模块后续补充