|
@@ -54,12 +54,19 @@ spring:
|
|
|
- Path=/oauth/**
|
|
- Path=/oauth/**
|
|
|
filters:
|
|
filters:
|
|
|
- StripPrefix=0
|
|
- StripPrefix=0
|
|
|
|
|
+ ###############################################################################
|
|
|
- id: user-router
|
|
- id: user-router
|
|
|
uri: lb://user-service
|
|
uri: lb://user-service
|
|
|
predicates:
|
|
predicates:
|
|
|
- Path=/api/user/**
|
|
- Path=/api/user/**
|
|
|
filters:
|
|
filters:
|
|
|
- StripPrefix=0
|
|
- StripPrefix=0
|
|
|
|
|
+ - id: tnb-router
|
|
|
|
|
+ uri: lb://user-service
|
|
|
|
|
+ predicates:
|
|
|
|
|
+ - Path=/api/tnb/**
|
|
|
|
|
+ filters:
|
|
|
|
|
+ - StripPrefix=0
|
|
|
###############################################################################
|
|
###############################################################################
|
|
|
- id: content-router
|
|
- id: content-router
|
|
|
uri: lb://content-service
|
|
uri: lb://content-service
|