File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
springboot-starter-security-jwt/src/test/resources Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ codingapi.security.ase-key=QUNEWCQlXiYqJCNYQ1phc0FDRFgkJV4mKiQjWENaYXM=
1111codingapi.security.aes-iv =QUNYRkdIQEVEUyNYQ1phcw==
1212
1313# JWT 有效时间(毫秒) 15分钟有效期 1000*60*15=900000
14- codingapi.security.jwt-time =900000
15- # JWT 更换令牌时间(毫秒) 10分钟后更换令牌 1000*60*10=600000
16- codingapi.security.jwt-rest-time =600000
14+ # codingapi.security.jwt-time=900000
15+ # # JWT 更换令牌时间(毫秒) 10分钟后更换令牌 1000*60*10=600000
16+ # codingapi.security.jwt-rest-time=600000
1717
1818# Security 配置 请求权限拦截地址
1919codingapi.security.authenticated-urls =/api/**
2020# Security 配置 登录地址
21- codingapi.security.login-processing-url =/api /login
21+ codingapi.security.login-processing-url =/user /login
2222# Security 配置 登出地址
23- codingapi.security.logout-url =/api /logout
23+ codingapi.security.logout-url =/user /logout
2424# Security 配置 不拦截的地址
2525codingapi.security.ignore-urls =/open/**
2626# 禁用CSRF
You can’t perform that action at this time.
0 commit comments