fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 8080
|
||||
port: 8888
|
||||
spring:
|
||||
cloud:
|
||||
gateway:
|
||||
@@ -7,51 +7,59 @@ spring:
|
||||
locator:
|
||||
enabled: true
|
||||
routes:
|
||||
- id: yuncheng-bpm
|
||||
uri: lb://yuncheng-bpm
|
||||
# - id: yuncheng-bpm
|
||||
# uri: lb://yuncheng-bpm
|
||||
# predicates:
|
||||
# - Path=/api/bpm/**
|
||||
# - id: yuncheng-eform
|
||||
# uri: lb://yuncheng-jjt-eform
|
||||
# predicates:
|
||||
# - Path=/api/eform/**
|
||||
# - id: yuncheng-ureport
|
||||
# uri: lb://yuncheng-ureport
|
||||
# predicates:
|
||||
# - Path=/ureport/**
|
||||
# - id: yuncheng-magic
|
||||
# uri: lb://yuncheng-magic
|
||||
# predicates:
|
||||
# - Path=/magic/**
|
||||
# - id: yuncheng-jjt
|
||||
# uri: lb://yuncheng-jjt
|
||||
# predicates:
|
||||
# - Path=/jjsaas/**
|
||||
# - id: yuncheng-enc
|
||||
# uri: lb://jujia-enc
|
||||
# predicates:
|
||||
# - Path=/enc/**
|
||||
# - id: yuncheng-market
|
||||
# uri: lb://jjt-market
|
||||
# predicates:
|
||||
# - Path=/api/jjtmarket/**
|
||||
# - id: jjt-health
|
||||
# uri: lb://jjt-health
|
||||
# predicates:
|
||||
# - Path=/api/jjthealth/**
|
||||
# - id: jjt-health
|
||||
# uri: lb://jjt-travel
|
||||
# predicates:
|
||||
# - Path=/api/travel/**
|
||||
# - id: jjt-payment
|
||||
# uri: lb://jjt-payment
|
||||
# predicates:
|
||||
# - Path=/api/jjtpay/**
|
||||
# - id: jjt-order
|
||||
# uri: lb://jjt-order
|
||||
# predicates:
|
||||
# - Path=/api/jjtOrder/**
|
||||
- id: jjt-outlets
|
||||
uri: lb://jjt-outlets
|
||||
predicates:
|
||||
- Path=/api/bpm/**
|
||||
- id: yuncheng-eform
|
||||
uri: lb://yuncheng-jjt-eform
|
||||
- Path=/api/outlets/**
|
||||
- id: jeecg-system
|
||||
uri: lb://jeecg-system
|
||||
predicates:
|
||||
- Path=/api/eform/**
|
||||
- id: yuncheng-ureport
|
||||
uri: lb://yuncheng-ureport
|
||||
predicates:
|
||||
- Path=/ureport/**
|
||||
- id: yuncheng-magic
|
||||
uri: lb://yuncheng-magic
|
||||
predicates:
|
||||
- Path=/magic/**
|
||||
- id: yuncheng-jjt
|
||||
uri: lb://yuncheng-jjt
|
||||
predicates:
|
||||
- Path=/jjsaas/**
|
||||
- id: yuncheng-enc
|
||||
uri: lb://jujia-enc
|
||||
predicates:
|
||||
- Path=/enc/**
|
||||
- id: yuncheng-market
|
||||
uri: lb://jjt-market
|
||||
predicates:
|
||||
- Path=/api/jjtmarket/**
|
||||
- id: jjt-health
|
||||
uri: lb://jjt-health
|
||||
predicates:
|
||||
- Path=/api/jjthealth/**
|
||||
- id: jjt-health
|
||||
uri: lb://jjt-travel
|
||||
predicates:
|
||||
- Path=/api/travel/**
|
||||
- id: jjt-payment
|
||||
uri: lb://jjt-payment
|
||||
predicates:
|
||||
- Path=/api/jjtpay/**
|
||||
- id: jjt-order
|
||||
uri: lb://jjt-order
|
||||
predicates:
|
||||
- Path=/api/jjtOrder/**
|
||||
- id: yuncheng-system
|
||||
uri: lb://yuncheng-jjt-system
|
||||
predicates:
|
||||
- Path=/**
|
||||
- Path=/jeecgboot/**
|
||||
# - id: yuncheng-system
|
||||
# uri: lb://yuncheng-jjt-system
|
||||
# predicates:
|
||||
# - Path=/**
|
||||
|
||||
Reference in New Issue
Block a user