소스 검색

物联网修改

D 2 년 전
부모
커밋
14c0a094d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      svr/svr-iot/src/main/resources/bootstrap.yml

+ 1 - 1
svr/svr-iot/src/main/resources/bootstrap.yml

@ -28,7 +28,7 @@ spring:
  profiles: iottest
  cloud:
    config:
      uri: ${wlyy.spring.config.uri:http://172.26.0.107:1221}
      uri: ${wlyy.spring.config.uri:http://172.26.0.109:1221}
      label: ${wlyy.spring.config.label:jwdev}
---