Bläddra i källkod

配置文件更新

NorthLan 6 år sedan
förälder
incheckning
56a6d94521

+ 1 - 1
zen-web/src/main/resources/application-cache.yml

@@ -57,7 +57,7 @@ spring:
       spec:
   redis:
     database: 0 # redis数据库索引
-    host: 127.0.0.1
+    host: 192.168.1.10
     port: 6379
     password:
     timeout: 5000 # 连接超时时间(毫秒)

+ 14 - 12
zen-web/src/main/resources/application-fs.yml

@@ -10,8 +10,8 @@ spring:
 
 # 自定义配置
 upload:
-  tmpPath: D:\\tmp # 临时文件存放位置 默认 /tmp/zen
-  dataPath: D:\\data
+  tmpPath: /tmp # D:\\tmp # 临时文件存放位置 默认 /tmp/zen
+  dataPath: /archives/upload # D:\\data
   maxFileSize: 4294967296 # 单位 byte 为0表示无限制
   chunkSize: 10485760 # 10*1024*1024 = 10MB
 
@@ -20,13 +20,14 @@ fdfs:
   connect-timeout: 3000
   so-timeout: 3000
   tracker-list:
-  - 192.168.111.3:22122
+  - 192.168.1.10:22122
+  - 192.168.1.11:22122
   pool:
-    max-total: 200
-    max-wait-millis: 3000
+    max-total: 256
+    max-wait-millis: 15000
     test-on-borrow: true
-    min-idle-per-key: 20
-    max-idle-per-key: 50
+    min-idle-per-key: 60
+    max-idle-per-key: 120
 
 ---
 spring:
@@ -51,10 +52,11 @@ fdfs:
   connect-timeout: 3000
   so-timeout: 3000
   tracker-list:
-  - 192.168.111.3:22122
+  - 192.168.1.10:22122
+  - 192.168.1.11:22122
   pool:
-    max-total: 200
-    max-wait-millis: 3000
+    max-total: 256
+    max-wait-millis: 15000
     test-on-borrow: true
-    min-idle-per-key: 20
-    max-idle-per-key: 50
+    min-idle-per-key: 60
+    max-idle-per-key: 120

+ 2 - 2
zen-web/src/main/resources/application-msg.yml

@@ -2,7 +2,7 @@ spring:
   profiles: dev
   rocketmq:
     enabled: true
-    name-server-address: 192.168.1.10:9876
+    name-server-address: 192.168.1.10:9876;192.168.1.11:9876
     producer-group: zen-archives-group
     send-msg-timeout: 5000
     trace-enabled: false
@@ -16,7 +16,7 @@ spring:
   profiles: prod
   rocketmq:
     enabled: true
-    name-server-address: 192.168.1.10:9876
+    name-server-address: 192.168.1.10:9876;192.168.1.11:9876
     producer-group: zen-archives-group
     send-msg-timeout: 5000
     trace-enabled: false

+ 3 - 3
zen-web/src/main/resources/application-orm.yml

@@ -34,7 +34,7 @@ spring:
       test-while-idle: true
     driver-class-name: com.mysql.jdbc.Driver
     username: archives
-    password: archives
+    password: archives2331qaz@WSX
     url: jdbc:mysql://192.168.1.10:3306/archives_sys?useInformationSchema=true&autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
 # &useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
 
@@ -54,6 +54,6 @@ spring:
       test-while-idle: true
     driver-class-name: com.mysql.jdbc.Driver
     username: archives
-    password: archives
-    url: jdbc:mysql://rm-wz9on0bqphwygm14j.mysql.rds.aliyuncs.com:3306/archives_sys?useInformationSchema=true&autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
+    password: archives2331qaz@WSX
+    url: jdbc:mysql://192.168.1.10:3306/archives_sys?useInformationSchema=true&autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
 # &useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC

+ 2 - 2
zen-web/src/main/resources/application-platform.yml

@@ -1,10 +1,10 @@
 spring:
   profiles: dev
 platform:
-  id: 1 # 平台ID (0:通用,1:系统,2:接收,3:保存,4:管理,5:利用,6:库存)
+  id: 1 # 平台ID (0:通用,1:系统,2:接收,3:保存,4:管理,5:利用,6:库存,7:日志,8:检索)
 
 ---
 spring:
   profiles: prod
 platform:
-  id: 1 # 平台ID (0:通用,1:系统,2:接收,3:保存,4:管理,5:利用,6:库存)
+  id: 1 # 平台ID (0:通用,1:系统,2:接收,3:保存,4:管理,5:利用,6:库存,7:日志,8:检索)

+ 2 - 2
zen-web/src/main/resources/application-rpc.yml

@@ -1,7 +1,7 @@
 spring:
   profiles: dev
 dubbo:
-  enabled: false
+  enabled: true
   application:
     name: zen-sys
     id: zen-sys
@@ -36,7 +36,7 @@ dubbo:
     name: dubbo
     port: -1
   registry:
-    address: 127.0.0.1:2181
+    address: 192.168.1.10:2181
     protocol: zookeeper
     client: curator
     id: zen-reg

+ 1 - 1
zen-web/src/main/resources/application-umps.yml

@@ -27,7 +27,7 @@ spring:
 shiro:
   redis:
     database: 1 # redis数据库索引
-    host: 127.0.0.1
+    host: 192.168.1.10
     port: 6379
     password:
     timeout: 5000 # 连接超时时间(毫秒)

+ 4 - 2
zen-web/src/main/resources/application.yml

@@ -2,6 +2,7 @@ spring:
   profiles:
     active: dev
     include: orm,rpc,msg,cache,umps,platform,job,fs
+
 ---
 spring:
   profiles: dev
@@ -28,8 +29,9 @@ logging:
     root: info
     com.gxzc:
       zen: debug
-      zen.umps.config: warn
-    com.xxl.job.core: warn
+      zen.umps.config: info
+      zen.logging: info
+    com.xxl.job.core: info
     com.atomikos: warn
     com.maihaoche: warn
     RocketmqRemoting: warn