多模块重构 11:代码生成器,支持多租户

This commit is contained in:
YunaiV
2022-02-03 00:44:07 +08:00
parent 24e083b3ae
commit 8e3d7663bb
27 changed files with 34 additions and 831 deletions

View File

@@ -24,7 +24,7 @@
*【重构】大模块按照多 Maven Module 的方式拆分,提升可维护性,为后续重构 onemall 提供基础
*【新增】Spring Security 支持读取多种用户类型,从不同的数据库表,从而实现单项目提供管理后台、用户 APP 的不同 RESTful API 接口
*【新增】代码生成器支持多 Maven Module 的方式生成代码,支持管理后台、用户 APP 两种场景的 RESTful API 的生成,支持 H2 测试数据库的生成
*【新增】代码生成器支持多 Maven Module 的方式生成代码,支持管理后台、用户 APP 两种场景的 RESTful API 的生成,支持 H2 SQL 脚本的生成
*【重构】将数据库文档调整到 tool 模块,更加明确
### 🐞 Bug Fixes