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.
65 lines
1.6 KiB
65 lines
1.6 KiB
server: |
|
port: 8086 |
|
|
|
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 |
|
#返回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 |
|
|
|
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
|
|
|