浏览代码

修改配置中心地址

sunyj 9 年之前
父节点
当前提交
d96b248a7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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