application-dev.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. spring:
  2. redis:
  3. host: 192.168.1.24
  4. port: 6379
  5. database: 3
  6. password: Xx0GWxdWQJxx6Swe
  7. lettuce:
  8. pool:
  9. max-active: 20
  10. max-idle: 20
  11. min-idle: 0
  12. max-wait: -1ms
  13. timeout: 2000ms
  14. datasource:
  15. url: jdbc:mysql://192.168.1.24:3306/pas?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
  16. username: root
  17. password: rrzTwWAYX8Gxh5JH
  18. driver-class-name: com.mysql.cj.jdbc.Driver
  19. type: com.alibaba.druid.pool.DruidDataSource
  20. druid:
  21. stat-view-servlet:
  22. login-username: admin
  23. login-password: Cslg2022+
  24. web-stat-filter:
  25. exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
  26. quartz:
  27. #相关属性配置
  28. properties:
  29. org:
  30. quartz:
  31. scheduler:
  32. instanceName: DefaultQuartzScheduler
  33. instanceId: AUTO
  34. jobStore:
  35. class: org.springframework.scheduling.quartz.LocalDataSourceJobStore
  36. driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate
  37. tablePrefix: QRTZ_
  38. isClustered: false
  39. clusterCheckinInterval: 10000
  40. useProperties: false
  41. threadPool:
  42. class: org.quartz.simpl.SimpleThreadPool
  43. threadCount: 10
  44. threadPriority: 5
  45. threadsInheritContextClassLoaderOfInitializingThread: true
  46. dataSource:
  47. default:
  48. URL: jdbc:mysql://192.168.1.24:3306/pas?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
  49. user: root
  50. password: rrzTwWAYX8Gxh5JH
  51. driver: com.mysql.jdbc.Driver
  52. #数据库方式
  53. job-store-type: jdbc
  54. #初始化表结构
  55. jdbc:
  56. initialize-schema: always
  57. authorUrl: http://localhost:8871
  58. PCSUrl: http://localhost:8871
  59. #OPSUrl: http://192.168.1.24:5001
  60. OPSUrl: http://139.224.24.90:5001
  61. PASUrl: http://localhost:8877
  62. RMSUrl: http://localhost:8872
  63. FMSUrl: http://localhost:8801
  64. FileSource: 1