|
@@ -1,8 +1,19 @@
|
|
|
-## hsweb 后台管理基础框架
|
|
|
-[](http://search.maven.org/#search%7Cga%7C1%7Corg.hswebframework)
|
|
|
-[](https://codecov.io/gh/hs-web/hsweb-framework/branch/master)
|
|
|
-[](https://travis-ci.org/hs-web/hsweb-framework)
|
|
|
+# hsweb4 基于spring-boot2,全响应式的后台管理框架
|
|
|
+[](https://codecov.io/gh/hs-web/hsweb-framework/branch/master)
|
|
|
+[](https://travis-ci.org/hs-web/hsweb-framework)
|
|
|
[](https://www.apache.org/licenses/LICENSE-2.0.html)
|
|
|
|
|
|
|
|
|
-# 基于spring-boot2,全响应式的后台管理框架
|
|
|
+# 功能,特性
|
|
|
+- [x] 基于[r2dbc](https://github.com/r2dbc) ,[easy-orm](https://github.com/hs-web/hsweb-easy-orm/tree/4.0.x)的通用响应式CRUD
|
|
|
+ - [x] H2,Mysql,SqlServer,PostgreSQL
|
|
|
+- [x] 响应式r2dbc事务控制
|
|
|
+- [x] 响应式权限控制,以及权限信息获取
|
|
|
+ - [x] RBAC权限控制
|
|
|
+ - [x] 数据权限控制
|
|
|
+ - [ ] 双因子验证
|
|
|
+- [ ] 响应式动态数据源
|
|
|
+- [ ] 多维度权限管理功能
|
|
|
+- [ ] 自定义拓展实体类
|
|
|
+- [ ] 响应式缓存
|
|
|
+- [ ] 非响应式支持(mvc,jdbc)
|