ソースを参照

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

adminGRP 5 年 前
コミット
41ad7ac151
共有1 個のファイルを変更した5 個の追加5 個の削除を含む
  1. 5 5
      src/main/resources/bootstrap.yml

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

@@ -53,7 +53,7 @@ web:
53 53
 eureka:
54 54
   client:
55 55
     service-url:
56
-      defaultZone: http://172.16.0.46:9511/eureka/
56
+      defaultZone: http://121.37.6.72:9811/eureka/
57 57
   instance:
58 58
     prefer-ip-address: true
59 59
     lease-renewal-interval-in-seconds: 10
@@ -65,16 +65,16 @@ spring:
65 65
   # 数据库配置
66 66
   datasource:
67 67
     driver-class-name: com.mysql.jdbc.Driver
68
-    url: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
68
+    url: jdbc:mysql://121.37.6.72:3306/depot-neimeng?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
69 69
     username: root
70
-    password: 123456
70
+    password: Huawei1234%^&*
71 71
   # 缓存配置 host: redis-depot
72 72
   session:
73 73
     store-type: redis
74 74
   redis:
75 75
     database: 1
76
-    host: 172.16.0.46
77
-    port: 6679
76
+    host: 121.37.6.72
77
+    port: 6379
78 78
     password: 123456
79 79
     timeout: 3000
80 80
     jedis: