mirror of https://gitee.com/stylefeng/roses
![]() 1.@ChinesDescription注解迁移到rule包下,方便调用 2.ResponseData改为泛型形式,因为接口扫描需要读取字段 3.从新整理类字段解析的方法,考虑多种情况 |
||
---|---|---|
.. | ||
system-api | ||
system-business-app | ||
system-business-menu | ||
system-business-notice | ||
system-business-organization | ||
system-business-resource | ||
system-business-role | ||
system-business-theme | ||
system-business-user | ||
system-integration-beetl | ||
system-integration-rest | ||
system-spring-boot-starter | ||
README.md | ||
pom.xml |
README.md
系统管理模块,包含用户,角色,权限,菜单等业务的维护
每个业务模块拆分成一个system-business-xxx小的模块
各个模块之间的交互,通过system-api创建相关的接口
这个模块,用在最基础的业务上,不用在企业级的架构上的业务,企业级架构业务要比这复杂