Browse Source

优化说明

zhou-hao 5 years ago
parent
commit
6354f3c8fe
1 changed files with 16 additions and 5 deletions
  1. 16 5
      README.md

+ 16 - 5
README.md

@@ -1,8 +1,19 @@
-## hsweb 后台管理基础框架
-[![Maven Central](https://img.shields.io/maven-central/v/org.hswebframework.web/hsweb-framework.svg)](http://search.maven.org/#search%7Cga%7C1%7Corg.hswebframework)
-[![Codecov](https://codecov.io/gh/hs-web/hsweb-framework/branch/master/graph/badge.svg)](https://codecov.io/gh/hs-web/hsweb-framework/branch/master)
-[![Build Status](https://travis-ci.org/hs-web/hsweb-framework.svg?branch=master)](https://travis-ci.org/hs-web/hsweb-framework)
+# hsweb4 基于spring-boot2,全响应式的后台管理框架
+[![Codecov](https://codecov.io/gh/hs-web/hsweb-framework/branch/4.0.x/graph/badge.svg)](https://codecov.io/gh/hs-web/hsweb-framework/branch/master)
+[![Build Status](https://travis-ci.org/hs-web/hsweb-framework.svg?branch=4.0.x)](https://travis-ci.org/hs-web/hsweb-framework)
 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square)](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)