Browse Source

Merge branch 'dev' of yeshijie/wlyy2.0 into dev

叶仕杰 3 years ago
parent
commit
6be83a2eb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/svr-authentication/src/main/resources/bootstrap.yml

+ 1 - 1
server/svr-authentication/src/main/resources/bootstrap.yml

@ -130,7 +130,7 @@ spring:
  cloud:
    config:
      uri: ${wlyy-spring.config.uri:http://127.0.0.1:1221}
      label: ${wlyy-spring.config.label:jwdev}
      label: ${wlyy-spring.config.label:master}
---
spring: