#mybatis-plus配置 mybatis-plus: mapper-locations: classpath:com/logpm/**/mapper/*Mapper.xml #实体扫描,多个package用逗号或者分号分隔 typeAliasesPackage: com.logpm.**.entity #swagger扫描路径配置 swagger: base-packages: - org.springblade - com.logpm logging: config: classpath:logback.xml spring: main: allow-circular-references: true