upgrade spring security cloud
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Make the application available at http://localhost:7070/authserver
|
||||
server:
|
||||
port: 7070
|
||||
contextPath: /authserver
|
||||
servlet:
|
||||
context-path: /authserver
|
||||
|
||||
# Our certificate settings for enabling JWT tokens
|
||||
jwt:
|
||||
@@ -11,11 +12,4 @@ jwt:
|
||||
password: abirkhan04
|
||||
key:
|
||||
alias: myauthkey
|
||||
password: abirkhan04
|
||||
|
||||
|
||||
security:
|
||||
oauth2:
|
||||
resource:
|
||||
filter-order: 3
|
||||
|
||||
password: abirkhan04
|
||||
Reference in New Issue
Block a user