application-dev.yml 2.3 KB

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