feat: 更新代码生成功能-一阶段

This commit is contained in:
l90215
2025-07-21 16:03:08 +08:00
parent 63ec00cd71
commit 8b3c0b4134
50 changed files with 2686 additions and 3091 deletions

View File

@@ -133,6 +133,10 @@ security:
- /chat/send
# 文件上传
- /chat/upload
# 数据模型分组选择接口
- /dev/schemaGroup/select
# 代码生成调用
- /dev/schemaField/getByTableName
# 静态资源
- /*.html
- /**/*.html
@@ -185,7 +189,7 @@ mybatis-plus:
# 更详细的日志输出 会有性能损耗 org.apache.ibatis.logging.stdout.StdOutImpl
# 关闭日志记录 (可单纯使用 p6spy 分析) org.apache.ibatis.logging.nologging.NoLoggingImpl
# 默认日志输出 org.apache.ibatis.logging.slf4j.Slf4jImpl
logImpl: org.apache.ibatis.logging.nologging.NoLoggingImpl
logImpl: org.apache.ibatis.logging.slf4j.Slf4jImpl
global-config:
# 是否打印 Logo banner
banner: true