huodongdong 7 年之前
父节点
当前提交
e3bc647fdb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rankin-api-web/src/main/resources/bootstrap.yml

+ 1 - 1
rankin-api-web/src/main/resources/bootstrap.yml

@@ -5,7 +5,7 @@ spring:
     config:
       uri: http://config.rankin.com:8921
       label: master
-      profile: ${config.profile:dev}
+      profile: ${profile:dev}
 
 server:
   port: 8600