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

86 lines
2.7 KiB
Properties
Raw Normal View History

2023-11-08 10:24:18 +08:00
datasource.no1.driver-class-name: com.mysql.cj.jdbc.Driver
2023-12-19 11:33:26 +08:00
datasource.no1.url=jdbc:mysql://192.168.0.247:3306/qa-czks-prevention?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8
2023-11-08 10:24:18 +08:00
datasource.no1.username=root
2023-12-18 10:45:21 +08:00
datasource.no1.password=root
2023-11-08 10:24:18 +08:00
2023-12-18 10:45:21 +08:00
datasource.no2.driver-class-name: com.mysql.cj.jdbc.Driver
2023-12-19 11:33:26 +08:00
datasource.no2.url=jdbc:mysql://192.168.0.247:3306/qa-czks-regulatory?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8
2023-12-18 10:45:21 +08:00
datasource.no2.username=root
datasource.no2.password=root
2023-12-18 10:43:38 +08:00
2023-12-18 10:45:21 +08:00
#druid???
2023-11-08 10:24:18 +08:00
spring.datasource.type: com.alibaba.druid.pool.DruidDataSource
2023-12-18 10:45:21 +08:00
#?????
2023-11-08 10:24:18 +08:00
spring.datasource.maxActive: 20
2023-12-18 10:45:21 +08:00
#?????
2023-11-08 10:24:18 +08:00
spring.datasource.initialSize: 1
2023-12-18 10:45:21 +08:00
#??????????
2023-11-08 10:24:18 +08:00
spring.datasource.maxWait: 60000
2023-12-18 10:45:21 +08:00
#??PSCache?????????PSCache???
2023-11-08 10:24:18 +08:00
spring.datasource.poolPreparedStatements: true
spring.datasource.maxPoolPreparedStatementPerConnectionSize: 20
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
filters: stat, wall, log4j
spring.cache.ehcache.cofnig=ehcache.xml
logging.level.com.zcloud.mapper=debug
spring.servlet.multipart.max-file-size=500MB
spring.servlet.multipart.max-request-size=500MB
spring.activiti.check-process-definitions=false
spring.http.encoding.charset=UTF-8
spring.http.encoding.force=true
spring.http.encoding.enabled=true
spring.main.banner-mode=off
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/
2023-12-18 10:45:21 +08:00
#???????
2023-11-08 10:24:18 +08:00
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
2023-12-18 10:43:38 +08:00
#????????
czks-useridentity=CZKS
czks-baseimgpath=https://qgqy.qhdsafety.com/file/
czks-backendaddr=http://192.168.0.31:7811/qa-prevention-gwj/
2023-12-18 10:43:38 +08:00
#???????
gwj-useridentity=GWJ
gwj-baseimgpath=https://qgqy.qhdsafety.com/file/
gwj-backendaddr=http://192.168.0.31:8991/qa-prevention-gwj/
2023-12-18 10:43:38 +08:00
#mq ???????????
2023-12-18 16:14:27 +08:00
rocketmq.name-server=192.168.0.79: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
2023-12-18 10:43:38 +08:00
## ????
2023-12-05 13:45:52 +08:00
mq.topic.info=info
mq.topic.eightWork=eightWork
mq.group.info=scheduled_tasks
mq.group.eightWork=scheduled_tasks_eightWork
2023-12-18 10:43:38 +08:00
#????
mq.topic.docking=docking
mq.group.docking=scheduled_tasks_docking
#??????
perLoc.url=http://192.168.210.32:8084
perLoc.userName=qaaqadmin
perLoc.pwd=Cfd2023@
2023-12-17 15:48:56 +08:00