This website works better with JavaScript
Home
Explore
Help
Register
Sign In
other
/
hb_nokia_pm_ui
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat: session过期时间改成60s
weijianghai
2 years ago
parent
d612131281
commit
32ff5d12d6
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/main/resources/application.yml
+ 1
- 1
src/main/resources/application.yml
View File
@@ -25,4 +25,4 @@ spring:
username: pmparse
password: abc123!
session:
- timeout:
180
0
+ timeout:
6
0