diboot/README.md

53 lines
2.2 KiB
Markdown
Raw Normal View History

2019-06-04 20:51:41 +08:00
<p align="center">
<a href="http://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">
<img src="https://img.shields.io/hexpm/l/plug.svg">
</a>
</p>
# diboot-v2
diboot 2.0版本项目,实现: diboot-core全新内核 + diboot-devtools代码生成。
2019-06-22 16:28:28 +08:00
### ** diboot-core: 精简优化内核
2019-07-10 22:15:32 +08:00
全新精简内核,主要实现<font color=red>单表CRUD无SQL 和 多表关联查询绑定的无SQL</font>实现方案,并提供其他常用开发场景的简单封装。
#### 单表CRUD无SQL
> 基于Mybatis-Plus实现Mybatis-Plus具备通用Mapper方案和灵活的查询构造器
#### 多表关联查询无SQL适用于大多数场景拆分成单表查询自动实现结果绑定
2019-06-22 16:01:36 +08:00
> 通过注解实现多数场景下的关联查询无SQL化自动绑定
2019-06-27 11:49:49 +08:00
##### 1. @BindDict 注解自动绑定数据字典(枚举值)的显示值Label
2019-06-22 16:01:36 +08:00
##### 2. @BindField 注解自动绑定其他表的字段
##### 3. @BindEntity 注解自动绑定单个其他表实体Entity
##### 4. @BindEntityList 注解自动绑定其他表实体集合List<Entity>
2019-06-22 16:01:36 +08:00
具体请查看: [diboot-core 注解自动绑定多表关联](https://github.com/dibo-software/diboot-v2/tree/master/diboot-core "注解自动绑定多表关联").
2019-06-22 16:28:28 +08:00
> ...
2019-06-22 16:28:28 +08:00
### ** diboot-shiro: 基于RBAC+Shiro的权限认证模块
2019-06-22 16:01:36 +08:00
RBAC的角色权限+基于Shiro的细粒度权限控制
2019-06-23 01:40:35 +08:00
#### 1、@AuthorizationPrefix
2019-06-23 01:33:43 +08:00
类注解,与@AuthorizationWrapper搭配使用设置通用权限前缀作用域为当前类的所有方法
2019-06-23 01:40:35 +08:00
#### 2、@AuthorizationWrapper
2019-06-23 01:33:43 +08:00
类/方法注解在保证shiro的@RequirePermissions注解的功能基础上增加名称、权限前缀特性使用方式同@RequiresPermissions
2019-06-23 01:40:35 +08:00
#### 3、AuthorizationProperties
提供自动入库的配置:包括权限环境变量 和权限是否入库
#### 4、AuthorizationStorage
调用该类autoStorage传入spring上下文参数使用参考diboot-example 中ExampleListener类
2019-06-23 01:33:43 +08:00
2019-06-22 16:28:28 +08:00
### ** diboot-example: 示例
各组件使用示例项目
2019-06-22 16:01:36 +08:00
> 运行example需先执行/resources/init-mysql.sql到数据库。
2019-06-22 16:28:28 +08:00
### ** diboot-devtools 代码生成工具
2019-06-22 16:01:36 +08:00
> 比 1.x 版本更强大的代码生成工具 ...
2019-07-04 13:53:56 +08:00
...
2019-07-10 22:15:32 +08:00
## 技术支持
您可以通过加入QQ群获取相关的技术支持。群号: 731690096