mirror of
https://github.com/chillzhuang/blade-tool
synced 2024-12-12 12:19:27 +08:00
🐛 更改typeAliasesPackage包名
This commit is contained in:
parent
a13c68a16a
commit
884007a2e4
@ -50,7 +50,7 @@ logging:
|
|||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath:org/springblade/**/mapper/*Mapper.xml
|
mapper-locations: classpath:org/springblade/**/mapper/*Mapper.xml
|
||||||
#实体扫描,多个package用逗号或者分号分隔
|
#实体扫描,多个package用逗号或者分号分隔
|
||||||
typeAliasesPackage: org.springblade.**.model
|
typeAliasesPackage: org.springblade.**.entity
|
||||||
#typeEnumsPackage: org.springblade.dashboard.entity.enums
|
#typeEnumsPackage: org.springblade.dashboard.entity.enums
|
||||||
global-config:
|
global-config:
|
||||||
#刷新mapper 调试神器
|
#刷新mapper 调试神器
|
||||||
|
Loading…
Reference in New Issue
Block a user