Sfoglia il codice sorgente

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

adminGRP 5 anni fa
parent
commit
3d90dabc1e
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      src/main/resources/bootstrap.yml

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

@@ -58,7 +58,7 @@ web:
58 58
 eureka:
59 59
   client:
60 60
     service-url:
61
-      defaultZone: http://172.16.0.46:9511/eureka/
61
+      defaultZone: http://121.37.6.72:9811/eureka/
62 62
   instance:
63 63
     prefer-ip-address: true
64 64
     lease-renewal-interval-in-seconds: 10
@@ -71,9 +71,9 @@ spring:
71 71
   # 数据库配置
72 72
   datasource:
73 73
     driver-class-name: com.mysql.jdbc.Driver
74
-    url: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
74
+    url: jdbc:mysql://121.37.6.72:3306/depot-neimeng?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false
75 75
     username: root
76
-    password: 123456
76
+    password: Huawei1234%^&*
77 77
   servlet:
78 78
     multipart:
79 79
       max-file-size: 20MB
@@ -83,8 +83,8 @@ spring:
83 83
     store-type: redis
84 84
   redis:
85 85
     database: 1
86
-    host: 172.16.0.46
87
-    port: 6679
86
+    host: 121.37.6.72
87
+    port: 6379
88 88
     password: 123456
89 89
     timeout: 3000
90 90
     jedis: