ruoyi-job-strong3.yml 790 B

12345678910111213141516171819202122232425262728
  1. # spring配置
  2. spring:
  3. redis:
  4. host: 10.16.4.12
  5. port: 6379
  6. password:
  7. datasource:
  8. driver-class-name: com.mysql.cj.jdbc.Driver
  9. url: jdbc:mysql://121.36.73.159:56612/mz-cloud?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
  10. username: dev
  11. password: sckj2022@123
  12. # mybatis配置
  13. mybatis-plus:
  14. # 搜索指定包别名
  15. typeAliasesPackage: com.ruoyi
  16. mapperPackage: com.ruoyi..mapper
  17. # 配置mapper的扫描,找到所有的mapper.xml映射文件
  18. mapperLocations: classpath*:mapper/**/*.xml
  19. global-config.db-config:
  20. id-type: assign_uuid
  21. select-strategy: not_empty
  22. # swagger配置
  23. swagger:
  24. title: 定时任务接口文档
  25. license: Powered By ruoyi
  26. licenseUrl: https://ruoyi.vip