Преглед изворни кода

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

adminGRP пре 5 година
родитељ
комит
432a76e7b3
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5 5
      src/main/resources/bootstrap.yml

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

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