多模块重构 10:去除 Freemarker 依赖,修改字典的前缀,从 sys=》system、inf=》infra 见名知意

This commit is contained in:
YunaiV
2022-02-02 01:27:04 +08:00
parent 2b630ef3f2
commit 8d59384904
51 changed files with 2080 additions and 1484 deletions

View File

@@ -21,6 +21,7 @@
*【优化】操作日志新增用户类型,实现 APP 端的 API 的操作日志的记录
*【重构】大模块按照多 Maven Module 的方式拆分,提升可维护性,为后续重构 onemall 提供基础
*【重构】Spring Security 支持读取多种用户类型,从不同的数据库表,从而实现单项目提供管理后台、用户 APP 的不同 RESTful API 接口
*【重构】将数据库文档调整到 tool 模块,更加明确
### 🐞 Bug Fixes
@@ -31,6 +32,7 @@
### 🔨 Dependency Upgrades
*【移除】Apache FreeMarker 依赖,修改 Screw 使用 Velocity 作为模板引擎
## [v1.3.0] 2022.01.24