Procházet zdrojové kódy

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

adminGRP před 5 roky
rodič
revize
173c63b4f9
1 změnil soubory, kde provedl 48 přidání a 48 odebrání
  1. 48 48
      src/main/resources/bootstrap.yml

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

@@ -1,48 +1,48 @@
1
-server:
2
-  port: 9005
3
-  tomcat:
4
-    uri-encoding: utf-8
5
-
6
-# 注册中心配置
7
-eureka:
8
-  client:
9
-    service-url:
10
-      defaultZone: http://172.16.0.46:9511/eureka/
11
-  instance:
12
-    prefer-ip-address: true
13
-
14
-spring:
15
-  application:
16
-    name: depot-device
17
-  # 数据库配置
18
-  datasource:
19
-    driver-class-name: com.mysql.jdbc.Driver
20
-    url: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8
21
-    username: root
22
-    password: 123456
23
-  # 缓存配置
24
-  session:
25
-    store-type: redis
26
-  redis:
27
-    database: 1
28
-    host: 172.16.0.46
29
-    port: 6679
30
-    password: 123456
31
-    timeout: 3000
32
-    jedis:
33
-      pool:
34
-        max-active: 8
35
-        max-wait: -1
36
-        max-idle: 8
37
-        min-idle: 0
38
-  # 静态资源配置
39
-  resources:
40
-    static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
41
-
42
-  jackson:
43
-    date-format: yyyy-MM-dd
44
-    time-zone: GMT+8
45
-
46
-web:
47
-  upload-path: /upload
48
-
1
+server:
2
+  port: 9005
3
+  tomcat:
4
+    uri-encoding: utf-8
5
+
6
+# 注册中心配置
7
+eureka:
8
+  client:
9
+    service-url:
10
+      defaultZone: http://121.37.6.72:9811/eureka/
11
+  instance:
12
+    prefer-ip-address: true
13
+
14
+spring:
15
+  application:
16
+    name: depot-device
17
+  # 数据库配置
18
+  datasource:
19
+    driver-class-name: com.mysql.jdbc.Driver
20
+    url: jdbc:mysql://121.37.6.72:3306/depot-neimeng?useUnicode=true&characterEncoding=utf-8
21
+    username: root
22
+    password: Huawei1234%^&*
23
+  # 缓存配置
24
+  session:
25
+    store-type: redis
26
+  redis:
27
+    database: 1
28
+    host: 121.37.6.72
29
+    port: 6379
30
+    password: 123456
31
+    timeout: 3000
32
+    jedis:
33
+      pool:
34
+        max-active: 8
35
+        max-wait: -1
36
+        max-idle: 8
37
+        min-idle: 0
38
+  # 静态资源配置
39
+  resources:
40
+    static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
41
+
42
+  jackson:
43
+    date-format: yyyy-MM-dd
44
+    time-zone: GMT+8
45
+
46
+web:
47
+  upload-path: /upload
48
+