upgrade spring security cloud

This commit is contained in:
DOHA
2019-06-06 14:46:56 +02:00
parent 7117d947e4
commit cf68c5c771
12 changed files with 46 additions and 36 deletions
@@ -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