2023-11-08 10:24:18 +08:00
|
|
|
datasource.no1.driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
datasource.no1.url=jdbc:mysql://39.101.130.96:33068/qa-gwj-prevention?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8
|
2024-06-06 11:12:35 +08:00
|
|
|
datasource.no1.username=dev
|
|
|
|
datasource.no1.password=Zykj@dev123456
|
2023-11-08 10:24:18 +08:00
|
|
|
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-06-06 11:12:35 +08:00
|
|
|
datasource.no2.username=dev
|
|
|
|
datasource.no2.password=Zykj@dev123456
|
2023-11-08 10:24:18 +08:00
|
|
|
|
|
|
|
|
|
|
|
#druid???
|
|
|
|
spring.datasource.type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
#?????
|
|
|
|
spring.datasource.maxActive: 20
|
|
|
|
#?????
|
|
|
|
spring.datasource.initialSize: 1
|
|
|
|
#??????????
|
|
|
|
spring.datasource.maxWait: 60000
|
|
|
|
#??PSCache?????????PSCache???
|
|
|
|
spring.datasource.poolPreparedStatements: true
|
|
|
|
spring.datasource.maxPoolPreparedStatementPerConnectionSize: 20
|
|
|
|
#??connectionProperties?????mergeSql????SQL??
|
|
|
|
#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
|
|
|
|
#?????????filters????????sql?????,'wall'?????
|
|
|
|
filters: stat, wall, log4j
|
|
|
|
|
|
|
|
#????????
|
|
|
|
spring.cache.ehcache.cofnig=ehcache.xml
|
|
|
|
|
|
|
|
#?????,?????sql??
|
|
|
|
logging.level.com.zcloud.mapper=debug
|
|
|
|
|
|
|
|
#????????
|
|
|
|
spring.servlet.multipart.max-file-size=500MB
|
|
|
|
spring.servlet.multipart.max-request-size=500MB
|
|
|
|
|
|
|
|
#activiti????
|
|
|
|
spring.activiti.check-process-definitions=false
|
|
|
|
|
|
|
|
#??
|
|
|
|
spring.http.encoding.charset=UTF-8
|
|
|
|
spring.http.encoding.force=true
|
|
|
|
spring.http.encoding.enabled=true
|
|
|
|
# ??springboot????banner
|
|
|
|
spring.main.banner-mode=off
|
|
|
|
#jar????????
|
|
|
|
#web.upload-path=h:/
|
|
|
|
#web.front-path=h:/
|
|
|
|
#spring.resources.static-locations=file:${web.upload-path},file:${web.front-path}
|
|
|
|
|
2024-07-10 16:31:30 +08:00
|
|
|
#preventionxgf.api.url=http://127.0.0.1:8088/
|
2023-11-08 10:24:18 +08:00
|
|
|
#
|
|
|
|
#qa-regulatory-gwj.api.url=http://192.168.0.79:8008
|
2024-03-11 09:00:57 +08:00
|
|
|
preventionxgf.api.url=http://39.100.115.58:8082/qa-prevention-xgf/
|
|
|
|
qa-regulatory-gwj.api.url=http://39.100.115.58:8081/qa-regulatory-gwj/
|
2024-04-29 09:55:00 +08:00
|
|
|
dw.url=http://192.168.192.201:8888/qa-dingWei-gwj/
|
2023-11-08 10:24:18 +08:00
|
|
|
#?????
|
2024-02-21 10:20:27 +08:00
|
|
|
smb.host=39.101.130.96
|
2023-11-08 10:24:18 +08:00
|
|
|
smb.port=22
|
|
|
|
smb.user=root
|
|
|
|
smb.password=Zcloud@zcloud88888
|
2024-02-21 10:20:27 +08:00
|
|
|
smb.basePath=/mnt/wwag/file/
|
2023-12-05 13:45:52 +08:00
|
|
|
|
|
|
|
#Mq\u914D\u7F6E
|
|
|
|
rocketmq.consumer.group2=edu-admin-edit
|
|
|
|
rocketmq.consumer.group1=edu-admin-add
|
2024-03-13 14:49:59 +08:00
|
|
|
rocketmq.name-server=39.100.115.58:8899
|
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
|
2023-12-28 13:49:21 +08:00
|
|
|
|
2024-01-19 17:45:39 +08:00
|
|
|
|
|
|
|
corp.default.pic-path=https://qgqy.qhdsafety.com/
|
|
|
|
corp.default.back-end-path=https://qgqy.qhdsafety.com/file/
|
2024-02-22 17:57:45 +08:00
|
|
|
|
|
|
|
|
2024-07-10 16:31:30 +08:00
|
|
|
#\u7528\u6237\u6807\u8BC6
|
|
|
|
# \u6CA7\u5DDE\u77FF\u77F3
|
2024-02-22 17:57:45 +08:00
|
|
|
czks-useridentity=CZKS
|
|
|
|
czks-baseimgpath=https://wwag.qhdsafety.com/file/
|
|
|
|
czks-backendaddr=http://192.168.0.79:8091/
|
2024-07-10 16:31:30 +08:00
|
|
|
# \u6E2F\u52A1\u5C40
|
2024-02-22 17:57:45 +08:00
|
|
|
gwj-useridentity=GWJ
|
|
|
|
gwj-baseimgpath=https://qgqy.qhdsafety.com/file/
|
|
|
|
gwj-backendaddr=http://192.168.0.31:8991/qa-prevention-gwj/
|
|
|
|
# ??????
|
|
|
|
http.file.url=https://qgqy.qhdsafety.com/file/
|
|
|
|
perLoc.url=http://192.168.210.32:8084
|
|
|
|
perLoc.userName=qaaqadmin
|
|
|
|
perLoc.pwd=Cfd2023@
|
|
|
|
baseimgpath =http://192.168.192.201:8991/file/
|
|
|
|
|
|
|
|
mq.csy.data.topic=csy_docking
|
|
|
|
mq.csy.data.group=scheduled_tasks_csy_docking
|
|
|
|
mq.csy.file.topic=csy_dockingPicture
|
|
|
|
mq.csy.file.group=scheduled_tasks_csy_dockingPicture
|
|
|
|
|
|
|
|
mq.cmt.data.topic=cmt_docking
|
|
|
|
mq.cmt.data.group=scheduled_tasks_cmt_docking
|
|
|
|
mq.cmt.file.topic=cmt_dockingPicture
|
|
|
|
mq.cmt.file.group=scheduled_tasks_cmt_dockingPicture
|
|
|
|
|
|
|
|
mq.czks.data.topic=czks_docking
|
|
|
|
mq.czks.data.group=scheduled_tasks_czks_docking
|
|
|
|
mq.czks.file.topic=czks_dockingPicture
|
|
|
|
mq.czks.file.group=scheduled_tasks_czks_dockingPicture
|
2024-03-12 10:49:12 +08:00
|
|
|
|
|
|
|
mq.gwj.data.topic=czks_docking
|
|
|
|
mq.gwj.file.topic=czks_dockingPicture
|
|
|
|
|
2024-07-10 16:31:30 +08:00
|
|
|
#\u6E2F\u52A1\u5C40\u6587\u4EF6\u670D\u52A1\u5668\u524D\u7F00
|
2024-03-12 10:49:12 +08:00
|
|
|
cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd
|
2024-07-10 16:31:30 +08:00
|
|
|
#\u6CB3\u5317\u79E6\u5B89\u6587\u4EF6\u670D\u52A1\u5668\u524D\u7F00
|
2024-03-12 11:50:00 +08:00
|
|
|
heBeiQinAnFile=https://file.zcloudchina.com/YTHFile
|
2024-07-10 16:31:30 +08:00
|
|
|
biaoZhunShuJuKu=https://file.zcloudchina.com/
|
2024-03-20 10:34:33 +08:00
|
|
|
|
|
|
|
liteflow.rule-source=flow.xml
|
|
|
|
liteflow.print-execution-log=false
|
2024-06-26 14:23:31 +08:00
|
|
|
|
|
|
|
gongJiangXueYuanSendPublicKey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzbwmqhb5xVejFQFoa8NF2FGtb2nMtpalZ2Zcy78tL/5Y5Od78EKb9dALuv4b+F/PexynKrQDlnRhAouuqF8S1LuC0njbWSaFMofCeyeoltSQTEcjwzEAOPH9CnzGOZQ19tB2vEamVoLefWC4H0V+e5hWv7DDCm3bLNaHhMnR1/o0ASZqzIHYDEzVZNGrxR8WIhxUh7fORk75nEUyz2S6WKq1MlOkm8ZssMsFW+KacRTnexn8Q2p8/7/3zRCScLoH3pHA+J35nuP+doigUmPJzwHfPsr1QeYdadtuwZdfCZVQ7U4R4vB83NsSElAgTW+xHzy7Y1EcgZgYfSedetb03QIDAQAB
|
|
|
|
gongJiangXueYuanSendPrivateKey=58e5e358b220335e7b1c6cc3576ceecc28b4a95d96cbbe0
|
2024-07-20 10:06:52 +08:00
|
|
|
gongJiangXueYuanTestUrl=https://hbgk.bjzqwl.com
|
2024-06-26 14:23:31 +08:00
|
|
|
gongJiangXueYuanProdUrl=https://gjxy.bjttsx.com
|
2024-07-10 16:31:30 +08:00
|
|
|
# \u7ED9\u5DE5\u5320\u5B66\u9662\u63A8\u9001\u4EBA\u5458\u6570\u636E\u65F6\u7684\u56FE\u7247\u9644\u4EF6\u524D\u7F00 \uFF08\u6B63\u5F0F\u516C\u7F51\uFF09
|
|
|
|
#gongJiangXueYuanGetImgUrl=https://skqhdg.porthebei.com:9004/file/
|
|
|
|
# \u7ED9\u5DE5\u5320\u5B66\u9662\u63A8\u9001\u4EBA\u5458\u6570\u636E\u65F6\u7684\u56FE\u7247\u9644\u4EF6\u524D\u7F00 \uFF08\u6D4B\u8BD5\u516C\u7F51\uFF09
|
|
|
|
gongJiangXueYuanGetImgUrl=https://wwag.qhdsafety.com/file/
|