12345678910111213141516171819202122232425 |
- server:
- port: 7080
- spring:
- datasource:
- url: jdbc:oracle:thin:@192.168.10.112:1521:orcl
- username: C##FMMP
- password: vcare~1(^_^)
- elasticsearch:
- rest:
- uris:
- - http://192.168.10.241:9200
- - http://192.168.10.242:9200
- - http://192.168.10.243:9200
- username: elastic
- password: abcd!234
-
- debug: true
- logging:
- level:
- com:
- vcarecity: debug
- mybatis:
- type-aliases-package: com.vcarecity.publish.entity
- mapper-locations: classpath:mapper/*.xml
|