Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
5b0dc56f
"src/vscode:/vscode.git/clone" did not exist on "086b7d486f739d62e7359b9bdbf6576e9603a7c2"
Commit
5b0dc56f
authored
Nov 19, 2019
by
macro
Browse files
update application.yml
parent
107ebcde
Changes
2
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/resources/application.yml
View file @
5b0dc56f
...
@@ -12,6 +12,7 @@ jwt:
...
@@ -12,6 +12,7 @@ jwt:
secret
:
mall-admin-secret
#JWT加解密使用的密钥
secret
:
mall-admin-secret
#JWT加解密使用的密钥
expiration
:
604800
#JWT的超期限时间(60*60*24)
expiration
:
604800
#JWT的超期限时间(60*60*24)
tokenHead
:
Bearer
#JWT负载中拿到开头
tokenHead
:
Bearer
#JWT负载中拿到开头
ignored
:
#安全路径白名单
ignored
:
#安全路径白名单
urls
:
urls
:
-
/swagger-ui.html
-
/swagger-ui.html
...
...
mall-portal/src/main/resources/application.yml
View file @
5b0dc56f
...
@@ -12,6 +12,7 @@ jwt:
...
@@ -12,6 +12,7 @@ jwt:
secret
:
mall-portal-secret
#JWT加解密使用的密钥
secret
:
mall-portal-secret
#JWT加解密使用的密钥
expiration
:
604800
#JWT的超期限时间(60*60*24)
expiration
:
604800
#JWT的超期限时间(60*60*24)
tokenHead
:
Bearer
#JWT负载中拿到开头
tokenHead
:
Bearer
#JWT负载中拿到开头
ignored
:
#安全路径白名单
ignored
:
#安全路径白名单
urls
:
urls
:
-
/swagger-ui.html
-
/swagger-ui.html
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment