Эх сурвалжийг харах

删除本地的数据库配置和修改配置中心,注册中心配置

tuonina 6 жил өмнө
parent
commit
ecf8588a0b

+ 0 - 26
zen-web/src/main/resources/application.yml

@@ -1,28 +1,2 @@
 
 
-# 数据库配置暂时卸载项目中,后期会全部移到配置中心去。
-
----
-spring:
-  profiles: dev
-  datasource:
-    username: root
-    password: tuonina
-    url: jdbc:mysql://192.168.1.206:3307/envir_test?useInformationSchema=true&autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
-  jta:
-    log-dir: .logs/${spring.application.name}/jta
-
-swagger:
-  open: true
----
-spring:
-  profiles: prod
-  datasource:
-    username: root
-    password: tuonina
-    url: jdbc:mysql://192.168.1.206:3307/envir_test?useInformationSchema=true&autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
-  jta:
-    log-dir: .logs/${spring.application.name}/jta
-
-swagger:
-  open: false

+ 7 - 3
zen-web/src/main/resources/bootstrap.yml

@@ -10,11 +10,13 @@ spring:
     include: orm,cache,msg
   cloud:
     config:
-      profile: dev
+      profile: ${spring.profiles.active}
       discovery:
         enabled: true
         service-id: registry
       allow-override: true
+      username: envir
+      password: envir
 
 
 security:
@@ -28,7 +30,7 @@ eureka:
     prefer-ip-address: true
   client:
     service-url:
-      defaultZone: http://192.168.1.206:11001/eureka/
+      defaultZone: http://envir:envir@120.77.170.119:11001/eureka/
 
 ---
 spring:
@@ -38,4 +40,6 @@ spring:
 eureka:
   client:
     service-url:
-      defaultZone: http://192.168.1.206:11001/eureka/
+      defaultZone: http://192.168.1.206:11001/eureka/
+  instance:
+    prefer-ip-address: true