blade-xxljob-admin-dev.yaml 528 B

12345678910111213141516
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.cj.jdbc.Driver
  4. druid:
  5. validation-query: select 1
  6. #项目模块集中配置
  7. blade:
  8. #工作流模块开发生产环境数据库地址
  9. datasource:
  10. job:
  11. dev:
  12. # MySql
  13. url: jdbc:mysql://127.0.0.1:3306/xxl_job?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&tinyInt1isBit=false&allowMultiQueries=true&serverTimezone=GMT%2B8
  14. username: root
  15. password: root