# 数据源配置 spring: mvc: pathmatch: matching-strategy: ant_path_matcher config: activate: on-profile: prd redis: host: 192.168.0.222 password: '@yf_2022' port: 22379 datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver username: root password: yf_zsk url: jdbc:mysql://192.168.0.222:22306/yifu_checks?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true # 创蓝云智校验配置 canCheck: true