Skip to content

Commit b9b762c

Browse files
committed
update test application.properties
1 parent 58f514a commit b9b762c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

springboot-starter-security-jwt/src/test/resources/application.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ codingapi.security.ase-key=QUNEWCQlXiYqJCNYQ1phc0FDRFgkJV4mKiQjWENaYXM=
1111
codingapi.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 配置 请求权限拦截地址
1919
codingapi.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 配置 不拦截的地址
2525
codingapi.security.ignore-urls=/open/**
2626
# 禁用CSRF

0 commit comments

Comments
 (0)