123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- spring:
- datasource:
- druid:
- # url: jdbc:mysql://192.168.1.119:3306/std_ttc_test?autoReconnect=true&useUnicode=TRUE&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
- url: jdbc:mysql://10.33.97.20:8306/std_ttc_test?autoReconnect=true&useUnicode=TRUE&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
- username: ttcTest
- password: ttc123456
- data:
- elasticsearch:
- cluster-name: ttc_es
- # cluster-nodes: 192.168.1.59:9300,192.168.1.13:9300,192.168.1.119:9300
- cluster-nodes: 172.18.93.125:9300,10.33.97.19:9300,10.33.97.20:9300
- typename: esttc
- indexname: ttctest
- label_common_indexname: labelcommontest
- label_custom_indexname: labelcustomtest
- label_connection_indexname: labelconnectiontest
- redis:
- # host: 192.168.1.13
- host: 10.33.97.20
- port: 6379
- password: 123
- fdfs:
- domain: pic.ubittc.com
- # trackerList: 192.168.1.59:22122 trackerList: 172.18.93.125:22122
- push:
- common:
- dir:
- base: /usr/tomcat_pool/tomcat_ttc_test/executedir
- # 上传文件存储文件夹
- upload: ${push.common.dir.base}/upload/
- imag: ${push.common.dir.base}/upload/img/
- excl: ${push.common.dir.base}/upload/excel/
- model: ${push.common.dir.base}/model/
- export: ${push.common.dir.base}/model/export/
- research: ${push.common.dir.base}/model/research/
- url:
- # ip
- base: http://pic.ubittc.com/
- path: ${push.common.url.base}/upload/down/
|