🐛 更改typeAliasesPackage包名

This commit is contained in:
smallchill 2019-01-11 16:28:00 +08:00
parent a13c68a16a
commit 884007a2e4

View File

@ -50,7 +50,7 @@ logging:
mybatis-plus:
mapper-locations: classpath:org/springblade/**/mapper/*Mapper.xml
#实体扫描多个package用逗号或者分号分隔
typeAliasesPackage: org.springblade.**.model
typeAliasesPackage: org.springblade.**.entity
#typeEnumsPackage: org.springblade.dashboard.entity.enums
global-config:
#刷新mapper 调试神器