Explorar el Código

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

adminGRP hace 5 años
padre
commit
3d90dabc1e
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      src/main/resources/bootstrap.yml

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

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