Просмотр исходного кода

更新 'src/main/resources/bootstrap.yml'

lvzhikai лет назад: 5
Родитель
Сommit
ed2e17f9c5
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      src/main/resources/bootstrap.yml

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

@@ -11,7 +11,7 @@ server:
11
 eureka:
11
 eureka:
12
   client:
12
   client:
13
     service-url:
13
     service-url:
14
-      defaultZone: http://172.16.0.46:9511/eureka/
14
+      defaultZone: http://121.37.6.72:9811/eureka/
15
   instance:
15
   instance:
16
     prefer-ip-address: true
16
     prefer-ip-address: true
17
     # 每隔10s发送一次心跳(默认30s)
17
     # 每隔10s发送一次心跳(默认30s)
@@ -26,17 +26,17 @@ spring:
26
   # 数据库配置
26
   # 数据库配置
27
   datasource:
27
   datasource:
28
     driver-class-name: com.mysql.jdbc.Driver
28
     driver-class-name: com.mysql.jdbc.Driver
29
-    url: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8
29
+    url: jdbc:mysql://121.37.6.72:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8
30
     username: root
30
     username: root
31
-    password: 123456
31
+    password: Huawei1234%^&*
32
   # 缓存配置
32
   # 缓存配置
33
   session:
33
   session:
34
     store-type: redis
34
     store-type: redis
35
   redis:
35
   redis:
36
     database: 1
36
     database: 1
37
-    host: 172.16.0.46
38
-    port: 6679
39
-    password: 123456
37
+    host: 121.37.6.72
38
+    port: 6379
39
+    password: 
40
     timeout: 3000
40
     timeout: 3000
41
     jedis:
41
     jedis:
42
       pool:
42
       pool: