配置文件增加redis
parent
b06a93f468
commit
ca28cfaf66
|
@ -51,13 +51,14 @@ spring.http.encoding.force=true
|
||||||
spring.http.encoding.enabled=true
|
spring.http.encoding.enabled=true
|
||||||
# ??springboot????banner
|
# ??springboot????banner
|
||||||
spring.main.banner-mode=off
|
spring.main.banner-mode=off
|
||||||
|
# \u76F8\u5173\u65B9
|
||||||
preventionxgf.api.url=http://192.168.0.31:8992/qa-prevention-xgf/
|
preventionxgf.api.url=http://192.168.0.31:8992/qa-prevention-xgf/
|
||||||
|
# \u6E2F\u52A1\u5C40\u76D1\u7BA1\u7AEF
|
||||||
qa-regulatory-gwj.api.url=http://192.168.0.31:8992/qa-regulatory-gwj/
|
qa-regulatory-gwj.api.url=http://192.168.0.31:8992/qa-regulatory-gwj/
|
||||||
|
|
||||||
#preventionxgf.api.url=https://qgxgf.qhdsafety.com/qa-prevention-xgf/
|
#preventionxgf.api.url=https://qgxgf.qhdsafety.com/qa-prevention-xgf/
|
||||||
#qa-regulatory-gwj.api.url=https://qgjg.qhdsafety.com/qa-regulatory-gwj/
|
#qa-regulatory-gwj.api.url=https://qgjg.qhdsafety.com/qa-regulatory-gwj/
|
||||||
#?????
|
# \u6587\u4EF6\u4E0A\u4F20\u8DEF\u5F84
|
||||||
smb.host=39.101.130.96
|
smb.host=39.101.130.96
|
||||||
smb.port=22
|
smb.port=22
|
||||||
smb.user=root
|
smb.user=root
|
||||||
|
@ -84,18 +85,38 @@ mq.topic.eightWork=eightWork
|
||||||
mq.group.info=scheduled_tasks
|
mq.group.info=scheduled_tasks
|
||||||
mq.group.eightWork=scheduled_tasks_eightWork
|
mq.group.eightWork=scheduled_tasks_eightWork
|
||||||
|
|
||||||
#????
|
|
||||||
mq.topic.docking=docking
|
mq.topic.docking=docking
|
||||||
mq.topic.dockingPicture=dockingPicture
|
mq.topic.dockingPicture=dockingPicture
|
||||||
mq.group.docking=scheduled_tasks_docking
|
mq.group.docking=scheduled_tasks_docking
|
||||||
|
|
||||||
|
# \u4EBA\u5458\u5BF9\u63A5
|
||||||
perLoc.url=http://172.16.130.86/gateway-service
|
perLoc.url=http://172.16.130.86/gateway-service
|
||||||
perLoc.userName=qaaqadmin
|
perLoc.userName=qaaqadmin
|
||||||
perLoc.pwd=Cfd2023@
|
perLoc.pwd=Cfd2023@
|
||||||
|
# \u4F01\u4E1A\u56FE\u7247
|
||||||
corp.default.pic-path=https://qgqy.qhdsafety.com/
|
corp.default.pic-path=https://qgqy.qhdsafety.com/
|
||||||
corp.default.back-end-path=https://qgqy.qhdsafety.com/file/
|
corp.default.back-end-path=https://qgqy.qhdsafety.com/file/
|
||||||
|
|
||||||
http.file.url=https://qgqy.qhdsafety.com/file/
|
http.file.url=https://qgqy.qhdsafety.com/file/
|
||||||
#????????????
|
|
||||||
baseimgpath =https://wwag.qhdsafety.com/file/
|
baseimgpath =https://wwag.qhdsafety.com/file/
|
||||||
cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd
|
cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd
|
||||||
|
|
||||||
|
# Redis\u6570\u636E\u5E93\u7D22\u5F15\uFF08\u9ED8\u8BA4\u4E3A0\uFF09
|
||||||
|
spring.redis.database=0
|
||||||
|
# Redis\u670D\u52A1\u5668\u5730\u5740
|
||||||
|
spring.redis.host=127.0.0.1
|
||||||
|
# Redis\u670D\u52A1\u5668\u8FDE\u63A5\u7AEF\u53E3
|
||||||
|
spring.redis.port=6379
|
||||||
|
# Redis\u670D\u52A1\u5668\u8FDE\u63A5\u5BC6\u7801\uFF08\u9ED8\u8BA4\u4E3A\u7A7A\uFF09
|
||||||
|
spring.redis.password=
|
||||||
|
# \u8FDE\u63A5\u6C60\u6700\u5927\u8FDE\u63A5\u6570\uFF08\u4F7F\u7528\u8D1F\u503C\u8868\u793A\u6CA1\u6709\u9650\u5236\uFF09
|
||||||
|
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
|
||||||
|
spring.redis.jedis.pool.max-wait=-1
|
||||||
|
# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5927\u7A7A\u95F2\u8FDE\u63A5
|
||||||
|
spring.redis.jedis.pool.max-idle=10
|
||||||
|
# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5C0F\u7A7A\u95F2\u8FDE\u63A5
|
||||||
|
spring.redis.jedis.pool.min-idle=0
|
||||||
|
# \u8FDE\u63A5\u8D85\u65F6\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09
|
||||||
|
spring.redis.timeout=1000
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ smb.port=22
|
||||||
smb.user=root
|
smb.user=root
|
||||||
smb.password=Zcloud@zcloud88888
|
smb.password=Zcloud@zcloud88888
|
||||||
smb.basePath=/mnt/qgfile/file/
|
smb.basePath=/mnt/qgfile/file/
|
||||||
# 沧州矿石用户标识
|
# \u6CA7\u5DDE\u77FF\u77F3\u7528\u6237\u6807\u8BC6
|
||||||
|
|
||||||
#Mq\u914D\u7F6E
|
#Mq\u914D\u7F6E
|
||||||
rocketmq.consumer.group2=edu-admin-edit
|
rocketmq.consumer.group2=edu-admin-edit
|
||||||
|
@ -98,12 +98,31 @@ mq.group.eightWork=scheduled_tasks_eightWork
|
||||||
|
|
||||||
corp.default.pic-path=https://qgqy.qhdsafety.com/file/
|
corp.default.pic-path=https://qgqy.qhdsafety.com/file/
|
||||||
corp.default.back-end-path=http://192.168.151.57:8092/
|
corp.default.back-end-path=http://192.168.151.57:8092/
|
||||||
#对接人员定位
|
#\u5BF9\u63A5\u4EBA\u5458\u5B9A\u4F4D
|
||||||
perLoc.url=http://192.168.210.32:8084
|
perLoc.url=http://192.168.210.32:8084
|
||||||
perLoc.userName=qaaqadmin
|
perLoc.userName=qaaqadmin
|
||||||
perLoc.pwd=Cfd2023@
|
perLoc.pwd=Cfd2023@
|
||||||
#数据同步
|
#\u6570\u636E\u540C\u6B65
|
||||||
mq.topic.docking=docking
|
mq.topic.docking=docking
|
||||||
mq.group.docking=scheduled_tasks_docking
|
mq.group.docking=scheduled_tasks_docking
|
||||||
|
|
||||||
cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd
|
cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd
|
||||||
|
# Redis\u6570\u636E\u5E93\u7D22\u5F15\uFF08\u9ED8\u8BA4\u4E3A0\uFF09
|
||||||
|
spring.redis.database=0
|
||||||
|
# Redis\u670D\u52A1\u5668\u5730\u5740
|
||||||
|
spring.redis.host=127.0.0.1
|
||||||
|
# Redis\u670D\u52A1\u5668\u8FDE\u63A5\u7AEF\u53E3
|
||||||
|
spring.redis.port=6379
|
||||||
|
# Redis\u670D\u52A1\u5668\u8FDE\u63A5\u5BC6\u7801\uFF08\u9ED8\u8BA4\u4E3A\u7A7A\uFF09
|
||||||
|
spring.redis.password=
|
||||||
|
# \u8FDE\u63A5\u6C60\u6700\u5927\u8FDE\u63A5\u6570\uFF08\u4F7F\u7528\u8D1F\u503C\u8868\u793A\u6CA1\u6709\u9650\u5236\uFF09
|
||||||
|
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
|
||||||
|
spring.redis.jedis.pool.max-wait=-1
|
||||||
|
# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5927\u7A7A\u95F2\u8FDE\u63A5
|
||||||
|
spring.redis.jedis.pool.max-idle=10
|
||||||
|
# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5C0F\u7A7A\u95F2\u8FDE\u63A5
|
||||||
|
spring.redis.jedis.pool.min-idle=0
|
||||||
|
# \u8FDE\u63A5\u8D85\u65F6\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09
|
||||||
|
spring.redis.timeout=1000
|
||||||
|
|
||||||
|
|
|
@ -95,3 +95,22 @@ http.file.url=http://172.16.130.91:9004/file/
|
||||||
#??????
|
#??????
|
||||||
baseimgpath =http://172.16.130.91:9004/file/
|
baseimgpath =http://172.16.130.91:9004/file/
|
||||||
cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd
|
cfd.prevention.api.url=http://192.168.0.31:7021/qa-regulatory-cfd
|
||||||
|
# Redis\u6570\u636E\u5E93\u7D22\u5F15\uFF08\u9ED8\u8BA4\u4E3A0\uFF09
|
||||||
|
spring.redis.database=0
|
||||||
|
# Redis\u670D\u52A1\u5668\u5730\u5740
|
||||||
|
spring.redis.host=127.0.0.1
|
||||||
|
# Redis\u670D\u52A1\u5668\u8FDE\u63A5\u7AEF\u53E3
|
||||||
|
spring.redis.port=6379
|
||||||
|
# Redis\u670D\u52A1\u5668\u8FDE\u63A5\u5BC6\u7801\uFF08\u9ED8\u8BA4\u4E3A\u7A7A\uFF09
|
||||||
|
spring.redis.password=
|
||||||
|
# \u8FDE\u63A5\u6C60\u6700\u5927\u8FDE\u63A5\u6570\uFF08\u4F7F\u7528\u8D1F\u503C\u8868\u793A\u6CA1\u6709\u9650\u5236\uFF09
|
||||||
|
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
|
||||||
|
spring.redis.jedis.pool.max-wait=-1
|
||||||
|
# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5927\u7A7A\u95F2\u8FDE\u63A5
|
||||||
|
spring.redis.jedis.pool.max-idle=10
|
||||||
|
# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5C0F\u7A7A\u95F2\u8FDE\u63A5
|
||||||
|
spring.redis.jedis.pool.min-idle=0
|
||||||
|
# \u8FDE\u63A5\u8D85\u65F6\u65F6\u95F4\uFF08\u6BEB\u79D2\uFF09
|
||||||
|
spring.redis.timeout=1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue