elastic-data-test

application-dev.yml 511B

12345678910111213141516171819202122232425
  1. server:
  2. port: 7080
  3. spring:
  4. datasource:
  5. url: jdbc:oracle:thin:@192.168.10.112:1521:orcl
  6. username: C##FMMP
  7. password: vcare~1(^_^)
  8. elasticsearch:
  9. rest:
  10. uris:
  11. - http://192.168.10.241:9200
  12. - http://192.168.10.242:9200
  13. - http://192.168.10.243:9200
  14. username: elastic
  15. password: abcd!234
  16. debug: true
  17. logging:
  18. level:
  19. com:
  20. vcarecity: debug
  21. mybatis:
  22. type-aliases-package: com.vcarecity.publish.entity
  23. mapper-locations: classpath:mapper/*.xml