application-uat.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. server:
  2. port: 8099
  3. servlet:
  4. context-path: /task/
  5. spring:
  6. datasource:
  7. type: com.alibaba.druid.pool.DruidDataSource
  8. driver-class-name: com.mysql.cj.jdbc.Driver
  9. url: jdbc:mysql://39.100.230.190:8092/crocodile?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=round&transformedBitIsBoolean=true&allowMultiQueries=true
  10. username: root
  11. password: 'Jh@Jh2019!'
  12. filters: stat
  13. maxActive: 10
  14. initialSize: 5
  15. maxWait: 60000
  16. minIdle: 1
  17. timeBetweenEvictionRunsMillis: 60000
  18. minEvictableIdleTimeMillis: 300000
  19. testWhileIdle: true
  20. testOnBorrow: false
  21. testOnReturn: false
  22. poolPreparedStatements: false
  23. maxOpenPreparedStatements: 20
  24. validationQuery: 'show status like "%Service_Status%"'
  25. onsite:
  26. task:
  27. cron: 0 0 2 * * ?
  28. #每日执行job时间 每日2点用于执行onsite任务的生成
  29. remind:
  30. work:
  31. cron: 0 */5 * * * ?
  32. #onsite 工作提醒
  33. first:
  34. task:
  35. cron: 0 0 2 * * ?
  36. #每日执行job时间 每日2点用于执行onsite任务的生成
  37. remind:
  38. work:
  39. cron: 0 */5 * * * ?
  40. #onsite 工作提醒
  41. wx:
  42. minprogram:
  43. miniprogramState: trial