Skip to content

Commit

Permalink
update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Nov 19, 2019
1 parent 107ebcd commit 5b0dc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mall-admin/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jwt:
secret: mall-admin-secret #JWT加解密使用的密钥
expiration: 604800 #JWT的超期限时间(60*60*24)
tokenHead: Bearer #JWT负载中拿到开头

ignored: #安全路径白名单
urls:
- /swagger-ui.html
Expand Down
1 change: 1 addition & 0 deletions mall-portal/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jwt:
secret: mall-portal-secret #JWT加解密使用的密钥
expiration: 604800 #JWT的超期限时间(60*60*24)
tokenHead: Bearer #JWT负载中拿到开头

ignored: #安全路径白名单
urls:
- /swagger-ui.html
Expand Down

0 comments on commit 5b0dc56

Please sign in to comment.