server: port: 9998 # DataSource Config spring: datasource: url: jdbc:mysql://localhost:3306/wzawb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: 123456 driverClassName: com.mysql.cj.jdbc.Driver # 日志配置 logging: level: com.mudu: debug org.springframework: warn # MyBatis配置 mybatis-plus: # 指定实体类所在包的路径,MyBatis-Plus 会自动扫描该路径下的实体类 typeAliasesPackage: com.mudu.entity # 指定 Mapper 接口所在包的路径,MyBatis-Plus 会自动扫描该路径下的 Mapper 接口 mapperLocations: classpath*:mapper/mudu/*Mapper.xml knife4j: enable: true openapi: group: test1: group-name: 木渎 url: http://localhost:9028