#mybatis-plus配置 mybatis-plus: mapper-locations: classpath:org/example/**/mapper/*Mapper.xml #实体扫描,多个package用逗号或者分号分隔 typeAliasesPackage: com.hnac.hzims.**.entity configuration: call-setters-on-nulls: true #swagger扫描路径配置 swagger: base-packages: - org.springbalde - com.hnac