清理多余文件与配置

This commit is contained in:
YunaiV
2022-02-04 01:56:41 +08:00
parent c2ccfa3bd6
commit eb2ab3cc4d
20 changed files with 10 additions and 719 deletions

View File

@@ -30,6 +30,7 @@ TODO 待统计
*【新增】代码生成器支持多 Maven Module 的方式生成代码,支持管理后台、用户 APP 两种场景的 RESTful API 的生成,支持 H2 SQL 脚本的生成
*【重构】将数据库文档调整到 tool 模块,更加明确
*【优化】代码生成器的前端展示效果,例如说 Java 包路径合并
*【移除】将 `yudao-core-service` 模块移除,替换成每个 Maven Module 暴露对应的 `yudao-module-***-api` 模块
### 🐞 Bug Fixes