12345678910111213141516171819202122232425262728293031323334353637383940 |
- spring:
- datasource:
- druid:
- url: jdbc:mysql://192.168.1.119:3306/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
- typename: esttc
- indexname: ttctest
- label_common_indexname: labelcommontest
- label_custom_indexname: labelcustomtest
- label_connection_indexname: labelconnectiontest
- redis:
- host: 192.168.1.13
- port: 6379
- password: 123
- fdfs:
- domain: pic.ubittc.com
- trackerList: 192.168.1.59: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/
|