Browse Source

修改配置中心地址

sunyj 9 years ago
parent
commit
d96b248a7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/bootstrap.yml

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

@@ -3,7 +3,7 @@ spring:
   name: report
  cloud:
   config:
-   uri: http://10.10.100.145:8080
+   uri: http://config.ubtob.com
  jpa:
   database: ORACLE
   show-sql: false