elastic-data-test

application-production.yml 730B

12345678910111213141516171819202122232425262728293031
  1. server:
  2. port: 8092
  3. spring:
  4. datasource:
  5. url: jdbc:mysql:replication://192.168.10.210:6446,192.168.10.210:6447/fmmp?serverTimezone=Asia/Shanghai
  6. username: root
  7. password: R00T@mysql
  8. elasticsearch:
  9. rest:
  10. uris:
  11. - http://192.168.10.101:9200
  12. - http://192.168.10.102:9200
  13. - http://192.168.10.103:9200
  14. username: kerry
  15. password: abcd!234
  16. redis:
  17. database: 2
  18. host: 192.168.10.240
  19. port: 6379
  20. password: admin~1(^-^)
  21. mybatis:
  22. type-aliases-package: com.vcarecity.publish.entity
  23. mapper-locations: classpath:mapper/*.xml
  24. configuration:
  25. map-underscore-to-camel-case: true
  26. app:
  27. index:
  28. config: index-text
  29. reload: true
  30. scheduling:
  31. enable: false