1234567891011121314151617181920212223242526272829303132333435363738394041 |
- spring:
- datasource:
- druid:
- 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_test_es
- 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: 10.33.97.20
- port: 6379
- # password: 123
- fdfs:
- domain: http://183.136.177.19:12345
- 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://183.136.177.19:12345/
- path: ${push.common.url.base}/upload/down/
|