Browse Source

Merge branch 'dev' of http://192.168.1.220:10080/jiwei/wlyy2.0 into dev

Conflicts:
	svr/svr-base/src/main/java/com/yihu/jw/base/endpoint/servicePackage/ServicePackageEndpoint.java
yeshijie 6 years ago
parent
commit
cc60dc24b6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      svr/svr-base/src/main/resources/bootstrap.yml

+ 2 - 2
svr/svr-base/src/main/resources/bootstrap.yml

@ -20,7 +20,7 @@ spring:
  profiles: jwtest
  cloud:
    config:
      uri: ${wlyy.pring.config.uri:http://172.17.110.212:1221}
      uri: ${wlyy.spring.config.uri:http://172.17.110.212:1221}
      label: ${wlyy.spring.config.label:jwdev}
---
@ -28,5 +28,5 @@ spring:
  profiles: prod
  cloud:
    config:
      uri: ${wlyy.pring.config.uri:http://192.168.120.153:1221}
      uri: ${wlyy.spring.config.uri:http://192.168.120.153:1221}
      label: ${wlyy.spring.config.label:prod}