## 数据源配置 spring.datasource.url=jdbc:mysql://localhost:3306/IHome?useUnicode=true&characterEncoding=utf8&useSSL=false&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true spring.datasource.username=root spring.datasource.password=Jim941122 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.hikari.connection-init-sql=SET NAMES utf8mb4 ## Mybatis 配置 mybatis.typeAliasesPackage=com.zhujizheng.IHome.user.generator.dao mybatis.mapperLocations=classpath:mapper/*.xml #server.port=80 server.port=8888