12345678910111213141516171819202122232425262728293031 |
- server:
- port: 8092
- spring:
- datasource:
- url: jdbc:mysql:replication://192.168.10.210:6446,192.168.10.210:6447/fmmp?serverTimezone=Asia/Shanghai
- username: root
- password: R00T@mysql
- elasticsearch:
- rest:
- uris:
- - http://192.168.10.101:9200
- - http://192.168.10.102:9200
- - http://192.168.10.103:9200
- username: kerry
- password: abcd!234
- redis:
- database: 2
- host: 192.168.10.240
- port: 6379
- password: admin~1(^-^)
- mybatis:
- type-aliases-package: com.vcarecity.publish.entity
- mapper-locations: classpath:mapper/*.xml
- configuration:
- map-underscore-to-camel-case: true
- app:
- index:
- config: index-text
- reload: true
- scheduling:
- enable: false
|