Browse Source

jkzl配置

Progr1mmer 7 years ago
parent
commit
02aea33787
1 changed files with 12 additions and 0 deletions
  1. 12 0
      ag-zuul.yml

+ 12 - 0
ag-zuul.yml

@ -82,6 +82,13 @@ spring:
    host: 172.19.103.47
    port: 6379
    password: redis!@456
zuul:
  routes:
    jkzl-server:
      path: /jkzl/**
      url: http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
#正式环境URL
#      url: http://apitest.yihu.com.cn/OpenPlatform/cgiBin/1.0/
---
spring:
@ -94,6 +101,11 @@ spring:
    host: 172.19.103.47
    port: 6379
    password: redis!@456
zuul:
  routes:
    jkzl-server:
      path: /jkzl/**
      url: http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
---
spring: