123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- spring:
- application:
- name: chntzcgl-zcszhgl-vr
- syscode: CT00017
- cloud:
- nacos:
- discovery:
- server-addr: 10.34.6.52:8848
- access-key: 9b006c7f8ee0ef3766c1ac36678819ca
- datasource:
- url: jdbc:postgresql://10.161.32.224:5432/chinatower_vr
- username: RES_VR
- password: Changeme#123
- driver-class-name: org.postgresql.Driver
- hikari:
- maximum-pool-size: 20 #连接池最大连接数
- minimum-idle: 5 #连接池最小连接数
- connection-timeout: 30000
- idle-timeout: 600000
- max-lifetime: 1800000
- login-timeout: 60000
- pool-name: MyHikariCP
- connection-test-query: SELECT 1 FROM DUAL
- mybatis-plus:
- mapper-locations: classpath:mapper/*Mapper.xml
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- tieta:
- sysCode: CT00017
- serverName: scene
- checkToken:
- syscode: CHNTZCGL_ZCSZHGL
- redis:
- host: http://10.34.53.34:8081
- tlog:
- enable-invoke-time-print: true
- gateway:
- url: http://10.34.6.52:5525
- fdfs:
- sysCode: CT00017
- address: http://10.34.53.27:8761
- api:
- getSignature: /ChinatowerFileService/getSignature
- uploadFile: /ChinatowerFileService/uploadFile/
|