|
@@ -34,20 +34,21 @@ spring:
|
|
issuer-uri: http://localhost:9000
|
|
issuer-uri: http://localhost:9000
|
|
cloud:
|
|
cloud:
|
|
gateway:
|
|
gateway:
|
|
- mvc:
|
|
|
|
- routes:
|
|
|
|
- - id: userinfo
|
|
|
|
- uri: http://localhost:9000
|
|
|
|
- predicates:
|
|
|
|
- - Path=/userinfo
|
|
|
|
- filters:
|
|
|
|
- - TokenRelay=
|
|
|
|
- - id: messages
|
|
|
|
- uri: http://localhost:8090
|
|
|
|
- predicates:
|
|
|
|
- - Path=/messages
|
|
|
|
- filters:
|
|
|
|
- - RelayTokenIfExists=messaging-client-authorization-code
|
|
|
|
|
|
+ server:
|
|
|
|
+ webmvc:
|
|
|
|
+ routes:
|
|
|
|
+ - id: userinfo
|
|
|
|
+ uri: http://localhost:9000
|
|
|
|
+ predicates:
|
|
|
|
+ - Path=/userinfo
|
|
|
|
+ filters:
|
|
|
|
+ - TokenRelay=
|
|
|
|
+ - id: messages
|
|
|
|
+ uri: http://localhost:8090
|
|
|
|
+ predicates:
|
|
|
|
+ - Path=/messages
|
|
|
|
+ filters:
|
|
|
|
+ - RelayTokenIfExists=messaging-client-authorization-code
|
|
|
|
|
|
app:
|
|
app:
|
|
base-uri: http://127.0.0.1:4200
|
|
base-uri: http://127.0.0.1:4200
|