application-dev.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. server:
  2. port: 8001
  3. spring:
  4. # redis:
  5. # hostName: r-bp1ps6my7lzg8rdhwx682.redis.rds.aliyuncs.com
  6. # port: 6379
  7. # password: Wqsd@2019
  8. # timeout: 1000
  9. # lettuce:
  10. # pool:
  11. # max-active: 8
  12. # max-wait: -1
  13. # max-idle: 8
  14. # min-idle: 0
  15. datasource:
  16. url: jdbc:mysql://rm-bp1159bu17li9hi94.mysql.rds.aliyuncs.com:3306/piaoquan-crawler?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
  17. username: crawler
  18. password: crawler123456@
  19. driver-class-name: com.mysql.jdbc.Driver
  20. hikari:
  21. connection-timeout: 30000
  22. minimum-idle: 5
  23. maximum-pool-size: 10
  24. auto-commit: true
  25. idle-timeout: 30000
  26. apollo:
  27. meta: http://devapolloconfig-internal.piaoquantv.com
  28. aliyun:
  29. log:
  30. endpoint: cn-hangzhou.log.aliyuncs.com
  31. accessKeyId: LTAIP6x1l3DXfSxm
  32. accessKeySecret: KbTaM9ars4OX3PMS6Xm7rtxGr1FLon
  33. project: longarticle-recommend-server-test
  34. timer:
  35. log:
  36. project: longarticle-recommend-server-test
  37. logStore: timer
  38. logging:
  39. file:
  40. path: ./${spring.application.name}/logs/