# 数据源配置 spring: config: activate: on-profile: test redis: host: 192.168.1.65 port: 22379 password: '@yf_2017' datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver username: root password: yf_zsk
url: jdbc:mysql://192.168.1.65:43306/yifu_codegen?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
web: resources: static-locations: classpath:/static/,classpath:/views/