Browse Source

更正数据量配置

niantuo 6 years ago
parent
commit
2722868bc5

+ 1 - 1
eureka-web/src/main/resources/application-dev.yml

@@ -2,7 +2,7 @@ spring:
   datasource:
     password: envir
     username: envir
-    url: jdbc:mysql://120..168.1.202:3307/sys_config?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
+    url: jdbc:mysql://192.168.1.202:3307/sys_config?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
 
   session:
     store-type: redis

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

@@ -6,7 +6,7 @@ spring:
   application:
     name: config
   profiles:
-    active: prod
+    active: dev
   cloud:
     refresh:
       refreshable: none   # 解决循环依赖的问题