Parcourir la source

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

adminGRP il y a 5 ans
Parent
commit
952cd8f051
1 fichiers modifiés avec 11 ajouts et 11 suppressions
  1. 11 11
      src/main/resources/bootstrap.yml

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

@@ -10,7 +10,7 @@ server:
10
 eureka:
10
 eureka:
11
   client:
11
   client:
12
     service-url:
12
     service-url:
13
-      defaultZone: http://eureka-depot-yn:9001/eureka/
13
+      defaultZone: http://121.37.6.72:9811/eureka/
14
     register-with-eureka: false
14
     register-with-eureka: false
15
     fetch-registry: false
15
     fetch-registry: false
16
   instance:
16
   instance:
@@ -24,17 +24,17 @@ spring:
24
   # 数据库配置
24
   # 数据库配置
25
   datasource:
25
   datasource:
26
     driver-class-name: com.mysql.jdbc.Driver
26
     driver-class-name: com.mysql.jdbc.Driver
27
-    url: jdbc:mysql://localhost:3306/depot_yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false
27
+    url: jdbc:mysql://121.37.6.72:3306/depot-neimeng?useUnicode=true&characterEncoding=utf-8&useSSL=false
28
     username: root
28
     username: root
29
-    password: 123456
29
+    password: Huawei1234%^&*
30
   # 缓存配置 host: redis-depot
30
   # 缓存配置 host: redis-depot
31
   session:
31
   session:
32
     store-type: redis
32
     store-type: redis
33
   redis:
33
   redis:
34
-    database: 0
35
-    host: 127.0.0.1
34
+    database: 1
35
+    host: 121.37.6.72
36
     port: 6379
36
     port: 6379
37
-    password:
37
+    password: 123456
38
     timeout: 3000
38
     timeout: 3000
39
     jedis:
39
     jedis:
40
       pool:
40
       pool:
@@ -53,7 +53,7 @@ web:
53
 eureka:
53
 eureka:
54
   client:
54
   client:
55
     service-url:
55
     service-url:
56
-      defaultZone: http://172.16.0.46:9511/eureka/
56
+      defaultZone: http://121.37.6.72:9811/eureka/
57
   instance:
57
   instance:
58
     prefer-ip-address: true
58
     prefer-ip-address: true
59
     lease-renewal-interval-in-seconds: 10
59
     lease-renewal-interval-in-seconds: 10
@@ -65,16 +65,16 @@ spring:
65
   # 数据库配置
65
   # 数据库配置
66
   datasource:
66
   datasource:
67
     driver-class-name: com.mysql.jdbc.Driver
67
     driver-class-name: com.mysql.jdbc.Driver
68
-    url: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false
68
+    url: jdbc:mysql://121.37.6.72:3306/depot-neimeng?useUnicode=true&characterEncoding=utf-8&useSSL=false
69
     username: root
69
     username: root
70
-    password: 123456
70
+    password: Huawei1234%^&*
71
   # 缓存配置 host: redis-depot
71
   # 缓存配置 host: redis-depot
72
   session:
72
   session:
73
     store-type: redis
73
     store-type: redis
74
   redis:
74
   redis:
75
     database: 1
75
     database: 1
76
-    host: 172.16.0.46
77
-    port: 6679
76
+    host: 121.37.6.72
77
+    port: 6379
78
     password: 123456
78
     password: 123456
79
     timeout: 3000
79
     timeout: 3000
80
     jedis:
80
     jedis: