Explorar el Código

物联网修改

D hace 2 años
padre
commit
14c0a094d4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}
---