application.yml 898 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. server:
  2. port: 8080
  3. servlet:
  4. encoding:
  5. charset: UTF-8
  6. force: true
  7. enabled: true
  8. spring:
  9. mvc:
  10. view:
  11. prefix: /
  12. suffix: .html
  13. application:
  14. name: data-base
  15. log:
  16. url: jdbc:mysql://172.23.61.11/DPFBLOG
  17. title: root
  18. cipher: 26F#5utq$&2v
  19. type: com.mysql.cj.jdbc.Driver
  20. mydb:
  21. url: jdbc:mysql://172.23.61.11/db2_cen
  22. title: root
  23. cipher: 26F#5utq$&2v
  24. type: com.mysql.cj.jdbc.Driver
  25. serviceURL: 127.0.0.1:8080
  26. baseConfig:
  27. sourceData : true
  28. isEs:
  29. open: false
  30. scheme: http
  31. hostname: 0.0.0.0
  32. port: 9201
  33. auth: true
  34. username: "elastic"
  35. password: "TUihk5^a0J+GkI4!4"
  36. successIndexName: "success_log_center"
  37. errorIndexName: "error_log_center"
  38. service:
  39. pool:
  40. maxPoolSize: 512
  41. corePoolSize: 6
  42. queueCapacity: 1024
  43. keepAliveSeconds: 60
  44. threadNamePrefix: logthreadpool
  45. waitForTasksToCompleteOnShutdown: true