SpringBoot2.0基本登录功能模板组件
common:整个在一起,管理多个公司和模块(微服务)的权限菜单
baihe 71f951727e fix: readme | hace 7 meses | |
---|---|---|
assembly | hace 1 año | |
component-common | hace 7 meses | |
component-springboot | hace 7 meses | |
.gitignore | hace 3 años | |
pom.xml | hace 1 año | |
readme.md | hace 7 meses |
租户形式的微服务
使用自定义的注解全局配置返回类型的包装类
使用自定义权限注解配置菜单权限和路由
模块1
|-菜单1
|-菜单路由1
| |- 查询按钮权限
| |- 新增按钮权限
| |- 修改按钮权限
|-菜单路由1
|- 查询按钮权限
|- 新增按钮权限
|- 修改按钮权限
component-common:通用组件 component-springboot:管理端微服务/多模块微服务样例
git clone http://git.jihengcc.cn/baihe/vue-manage -b common