application-dev.yml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. spring:
  2. datasource:
  3. druid:
  4. # url: jdbc:mysql://192.168.1.29:3306/std_ttc_dev?autoReconnect=true&useUnicode=TRUE&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
  5. # username: ttcDev
  6. # password: ttc123456
  7. # url: jdbc:mysql://192.168.0.27:3306/std_ttc_dev?autoReconnect=true&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
  8. # url: jdbc:mysql://192.168.1.127:3306/std_ttc_dev?autoReconnect=true&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
  9. url: jdbc:mysql://192.168.1.127:3306/std_ttc_dev_1?autoReconnect=true&allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
  10. username: root
  11. password: root
  12. data:
  13. elasticsearch:
  14. cluster-name: ttc_test_es
  15. # cluster-nodes: 192.168.0.28:9300,192.168.0.29:9300,192.168.0.30:9300
  16. cluster-nodes: 192.168.1.127:9300,192.168.1.127:9301,192.168.1.127:9302
  17. # typename: esttc
  18. # indexname: ttcdev
  19. # label_common_indexname: label_common_dev
  20. # label_custom_indexname: label_custom_dev
  21. # label_connection_indexname: label_connection_dev
  22. typename: esttc
  23. indexname: ttctest
  24. label_common_indexname: labelcommon
  25. label_custom_indexname: labelcustom
  26. label_connection_indexname: labelconnection
  27. #redis:
  28. # host: 192.168.0.29
  29. # port: 6379
  30. # password: 123
  31. redis:
  32. port: 6379
  33. host: localhost
  34. lettuce:
  35. pool:
  36. max-active: 8 # 连接池最大连接数
  37. max-idle: 8 # 连接池最大空闲连接数
  38. min-idle: 0 # 连接池最小空闲连接数
  39. max-wait: -1ms # 连接池最大阻塞等待时间,负值表示没有限制
  40. #fdfs:
  41. # domain: http://192.168.0.28:12345
  42. # trackerList: 192.168.0.28:22122
  43. fdfs:
  44. domain: http://192.168.1.128:12345
  45. trackerList: 192.168.1.128:22122
  46. push:
  47. common:
  48. dir:
  49. base: F:\\ghj\\prooooject\\test\\push
  50. # 上传文件存储文件夹
  51. upload: ${push.common.dir.base}\\upload\\
  52. imag: ${push.common.dir.base}\\upload\\img\\
  53. excl: ${push.common.dir.base}\\upload\\excel\\
  54. model: ${push.common.dir.base}\\model\\
  55. export: ${push.common.dir.base}\\model\\export\\
  56. research: ${push.common.dir.base}\\model\\research\\
  57. url:
  58. # ip
  59. base: http://192.168.1.128:12345/
  60. path: ${push.common.url.base}/upload/down/