fix: autotable 扫描包问题
This commit is contained in:
@@ -18,7 +18,7 @@ auto-table:
|
||||
# 建表的时候,父类的字段排序是在子类后面还是前面
|
||||
superInsertPosition: before
|
||||
# 模型包路径
|
||||
model-package: com.cool.**.entity.*
|
||||
model-package: com.cool.**.entity
|
||||
|
||||
# Cool相关配置
|
||||
cool:
|
||||
@@ -39,4 +39,4 @@ springdoc:
|
||||
# 设置日志级别
|
||||
logging:
|
||||
level:
|
||||
com.cool: debug
|
||||
com.cool: debug
|
||||
|
||||
Reference in New Issue
Block a user