fix: autotable 扫描包问题

This commit is contained in:
ruying408
2025-09-16 13:45:08 +08:00
parent 1354b27010
commit 14191d2720

View File

@@ -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