You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
2.5 KiB
88 lines
2.5 KiB
server: |
|
port: 8084 |
|
|
|
spring: |
|
datasource: |
|
driver-class-name: com.kingbase8.Driver |
|
url: jdbc:kingbase8://kingbase01.safeliab.tsccic:54321/safeliabdb_dev?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull |
|
username: safeliabbusi_dev |
|
password: RJRDD7nbpF_Zgt5b |
|
#password: 111111 |
|
#返回json的全局时间格式 |
|
|
|
|
|
redis: |
|
database: 1 |
|
password: zCJaN_xPL0jCei1y |
|
# redis哨兵配置 |
|
sentinel: |
|
# 主节点名称 |
|
master: safeliabrescls |
|
nodes: |
|
- 10.3.3.5:16379 |
|
- 10.3.3.6:16379 |
|
- 10.3.3.7:16379 |
|
# 使用lettuce配置 |
|
lettuce: |
|
pool: |
|
# 连接池最大连接数(使用负值表示没有限制) |
|
max-active: 200 |
|
# 连接池中的最大空闲连接 |
|
max-idle: 20 |
|
# 连接池中的最小空闲连接 |
|
min-idle: 5 |
|
# 连接池最大阻塞等待时间(使用负值表示没有限制) |
|
max-wait: -1ms |
|
|
|
|
|
|
|
|
|
jackson: |
|
date-format: yyyy-MM-dd HH:mm:ss |
|
time-zone: GMT+8 |
|
#环境设置:dev、test、prod |
|
profiles: |
|
active: dev |
|
|
|
mybatis-plus: |
|
mapperLocations: classpath:mappers/*.xml |
|
type-aliases-package: com.cs.ccic.entity |
|
configuration: |
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
logging: |
|
level: |
|
org.springframework.boot.autoconfigure: error |
|
|
|
ccic: |
|
api: http://10.3.0.34:8079 |
|
business: http://10.3.0.34:8086 |
|
exportPdf: http://10.3.0.34:8083 |
|
signOrCodeUrl: https://safeliab-test.ccic-net.com.cn/mobile/h5/#/pages/company/index |
|
#business: http://localhost:8086 |
|
#api: http://localhost:8079 |
|
dataBus: |
|
ccicOAappTodoAddUrl: https://safeliab-test.ccic-net.com.cn/api/h5/#/pages/message/index |
|
# |
|
uploadUrl: http://10.1.12.64:8081/daditestgroup/ccicsit/h5imguploaddataservicerest/Restful |
|
#uploadUrl: http://10.1.11.115:8080/daditestgroup/ccicsit/H5imgUploadDataService |
|
|
|
downloadUrl: http://10.1.12.64:8081/daditestgroup/ccicsit/h5imgquerydownservicerest/Restful |
|
|
|
|
|
proxyHostName: 10.1.166.166 |
|
proxyPort: 8080 |
|
|
|
miniProgram: |
|
appid: wxc03467e7e40cdbe0 |
|
secret: 46d9e2546bdb1cec3cc2b93fd20d4a06 |
|
|
|
getAccessTokenUrl: https://api.weixin.qq.com/cgi-bin/token |
|
getUserPhoneUrl: https://api.weixin.qq.com/wxa/business/getuserphonenumber |
|
getOpenIdUrl: https://api.weixin.qq.com/sns/jscode2session |
|
|
|
|
|
sendMessage: |
|
miniprogramState: formal |
|
serviceNoticeTemplateId: Kze1ZMpQWFEHD6B04eMFz_y7iKs1tsP3yUnDfP8Mg-0 |
|
serviceNoticeUrl: https://api.weixin.qq.com/cgi-bin/message/subscribe/send |