qa-prevention-gwj/src/main/resources/application-dev.properties

128 lines
4.6 KiB
Properties
Raw Normal View History

2024-01-08 10:30:17 +08:00
datasource.no1.driver-class-name: com.mysql.cj.jdbc.Driver
2023-11-08 10:24:18 +08:00
datasource.no1.url=jdbc:mysql://39.101.130.96:33068/qa-gwj-prevention?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8
2024-01-08 10:30:17 +08:00
datasource.no1.username=root
2023-11-08 10:24:18 +08:00
datasource.no1.password=Mysql@zcloud88888
datasource.no2.driver-class-name: com.mysql.cj.jdbc.Driver
datasource.no2.url=jdbc:mysql://39.101.130.96:33068/qa-gwj-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8
2024-01-08 10:30:17 +08:00
datasource.no2.username=root
2023-11-08 10:24:18 +08:00
datasource.no2.password=Mysql@zcloud88888
2024-01-08 10:30:17 +08:00
2023-11-08 10:24:18 +08:00
#druid???
2024-01-08 10:30:17 +08:00
spring.datasource.type: com.alibaba.druid.pool.DruidDataSource
2023-11-08 10:24:18 +08:00
#?????
2024-01-08 10:30:17 +08:00
spring.datasource.maxActive: 20
2023-11-08 10:24:18 +08:00
#?????
2024-01-08 10:30:17 +08:00
spring.datasource.initialSize: 1
2023-11-08 10:24:18 +08:00
#??????????
2024-01-08 10:30:17 +08:00
spring.datasource.maxWait: 60000
2023-11-08 10:24:18 +08:00
#??PSCache?????????PSCache???
2024-01-08 10:30:17 +08:00
spring.datasource.poolPreparedStatements: true
spring.datasource.maxPoolPreparedStatementPerConnectionSize: 20
2023-11-08 10:24:18 +08:00
#??connectionProperties?????mergeSql????SQL??
2024-01-08 10:30:17 +08:00
#connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
spring.datasource.minIdle: 1
spring.datasource.timeBetweenEvictionRunsMillis: 60000
spring.datasource.minEvictableIdleTimeMillis: 300000
spring.datasource.validationQuery: select 1 from dual
spring.datasource.testWhileIdle: true
spring.datasource.testOnBorrow: false
spring.datasource.testOnReturn: false
2023-11-08 10:24:18 +08:00
#?????????filters????????sql?????,'wall'?????
2024-01-08 10:30:17 +08:00
filters: stat, wall, log4j
2023-11-08 10:24:18 +08:00
#????????
2024-01-08 10:30:17 +08:00
spring.cache.ehcache.cofnig=ehcache.xml
2023-11-08 10:24:18 +08:00
#?????,?????sql??
2024-01-08 10:30:17 +08:00
logging.level.com.zcloud.mapper=debug
2023-11-08 10:24:18 +08:00
#????????
2024-01-08 10:30:17 +08:00
spring.servlet.multipart.max-file-size=500MB
spring.servlet.multipart.max-request-size=500MB
2023-11-08 10:24:18 +08:00
#activiti????
2024-01-08 10:30:17 +08:00
spring.activiti.check-process-definitions=false
2023-11-08 10:24:18 +08:00
#??
2024-01-08 10:30:17 +08:00
spring.http.encoding.charset=UTF-8
spring.http.encoding.force=true
spring.http.encoding.enabled=true
2023-11-08 10:24:18 +08:00
# ??springboot????banner
2024-01-08 10:30:17 +08:00
spring.main.banner-mode=off
2023-11-08 10:24:18 +08:00
#jar????????
2024-01-08 10:30:17 +08:00
#web.upload-path=h:/
#web.front-path=h:/
#spring.resources.static-locations=file:${web.upload-path},file:${web.front-path}
2023-11-08 10:24:18 +08:00
#preventionxgf.api.url=http://192.168.0.79:8088
2024-01-08 10:30:17 +08:00
#
2023-11-08 10:24:18 +08:00
#qa-regulatory-gwj.api.url=http://192.168.0.79:8008
preventionxgf.api.url=http://192.168.0.31:8992/qa-prevention-xgf/
qa-regulatory-gwj.api.url=http://192.168.0.31:8992/qa-regulatory-gwj/
#?????
smb.host=39.103.224.166
smb.port=22
smb.user=root
smb.password=Zcloud@zcloud88888
smb.basePath=/mnt/qgfile/file/
2023-12-05 13:45:52 +08:00
# \u6CA7\u5DDE\u77FF\u77F3\u7528\u6237\u6807\u8BC6
czks-useridentity=CZKS
czks-baseimgpath=https://qgqy.qhdsafety.com/file/
czks-backendaddr=http://192.168.0.31:7811/qa-prevention-gwj/
# \u6E2F\u52A1\u5C40\u7528\u6237\u6807\u8BC6
gwj-useridentity=GWJ
gwj-baseimgpath=https://qgqy.qhdsafety.com/file/
gwj-backendaddr=http://192.168.0.31:8991/qa-prevention-gwj/
2023-12-05 13:45:52 +08:00
#Mq\u914D\u7F6E
rocketmq.consumer.group2=edu-admin-edit
rocketmq.consumer.group1=edu-admin-add
#rocketmq.name-server=10.0.140.141:9876
2023-12-05 14:13:49 +08:00
#rocketmq.name-server=192.168.0.70:9876
2023-12-12 10:23:44 +08:00
rocketmq.name-server=192.168.0.31:9876
2023-12-05 13:45:52 +08:00
rocketmq.producer.group=libmiddle
rocketmq.producer.send-message-timeout=3000
rocketmq.producer.compress-message-body-threshold=4096
rocketmq.producer.max-message-size=4194304
rocketmq.producer.retry-times-when-send-failed=3
rocketmq.producer.retry-next-server=true
rocketmq.producer.retry-times-when-send-async-failed=3
## topic \u524D\u7F00
mq.topic.info=info
mq.topic.eightWork=eightWork
mq.group.info=scheduled_tasks
mq.group.eightWork=scheduled_tasks_eightWork
#\u5BF9\u63A5\u4EBA\u5458\u5B9A\u4F4D
perLoc.url=http://192.168.210.32:8084
perLoc.userName=qaaqadmin
perLoc.pwd=Cfd2023@
#\u6570\u636E\u540C\u6B65
2023-12-17 15:48:56 +08:00
mq.topic.docking=docking
mq.group.docking=scheduled_tasks_docking
base.info.USER_IDENTITY=GWJ
base.info.baseImgPath=https://qgqy.qhdsafety.com/file/
base.info.BACKENDADDR=http://192.168.0.31:8992/qa-regulatory-gwj/
2024-01-08 10:30:17 +08:00
# Redis\u6570\u636E\u5E93\u7D22\u5F15\uFF08\u9ED8\u8BA4\u4E3A0\uFF09
2024-01-08 14:17:14 +08:00
spring.redis.database=0
# Redis\u670D\u52A1\u5668\u5730\u5740
2024-01-08 14:17:14 +08:00
spring.redis.host=39.103.224.166
# Redis\u670D\u52A1\u5668\u8FDE\u63A5\u7AEF\u53E3
2024-01-08 14:17:14 +08:00
spring.redis.port=63799
# Redis\u670D\u52A1\u5668\u8FDE\u63A5\u5BC6\u7801\uFF08\u9ED8\u8BA4\u4E3A\u7A7A\uFF09
2024-01-08 14:17:14 +08:00
spring.redis.password=redis@zcloud88888
# \u8FDE\u63A5\u6C60\u6700\u5927\u8FDE\u63A5\u6570\uFF08\u4F7F\u7528\u8D1F\u503C\u8868\u793A\u6CA1\u6709\u9650\u5236\uFF09
2024-01-08 14:17:14 +08:00
spring.redis.jedis.pool.max-active=20
# \u8FDE\u63A5\u6C60\u6700\u5927\u963B\u585E\u7B49\u5F85\u65F6\u95F4\uFF08\u4F7F\u7528\u8D1F\u503C\u8868\u793A\u6CA1\u6709\u9650\u5236\uFF09
2024-01-08 14:17:14 +08:00
spring.redis.jedis.pool.max-wait=-1
# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5927\u7A7A\u95F2\u8FDE\u63A5
2024-01-08 14:17:14 +08:00
spring.redis.jedis.pool.max-idle=10
# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5C0F\u7A7A\u95F2\u8FDE\u63A5
2024-01-08 14:17:14 +08:00
spring.redis.jedis.pool.min-idle=0
# \u8FDE\u63A5\u8D85\u65F6\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09
2024-01-08 14:17:14 +08:00
spring.redis.timeout=1000