## hsweb 3.0 [![Maven metadata URI](https://img.shields.io/maven-metadata/v/http/nexus.hsweb.me/content/groups/public/org/hswebframework/web/hsweb-framework/maven-metadata.xml.svg)](http://nexus.hsweb.me/#nexus-search;quick~hsweb-framework) [![Codecov](https://codecov.io/gh/hs-web/hsweb-framework/branch/master/graph/badge.svg)](https://codecov.io/gh/hs-web/hsweb-framework/branch/master) [![Sonar Coverage](https://sonarcloud.io/api/badges/measure?key=org.hswebframework.web:hsweb-framework&metric=coverage)](https://sonarcloud.io/dashboard?id=org.hswebframework.web%3Ahsweb-framework) [![Sonar Bugs](https://sonarcloud.io/api/badges/measure?key=org.hswebframework.web:hsweb-framework&metric=bugs)](https://sonarcloud.io/dashboard?id=org.hswebframework.web%3Ahsweb-framework) [![Build Status](https://travis-ci.org/hs-web/hsweb-framework.svg?branch=master)](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) [![Insight.io](https://www.insight.io/repoBadge/github.com/hs-web/hsweb-framework)](https://insight.io/github.com/hs-web/hsweb-framework) [贡献代码](CONTRIBUTING.md)  [开发手册](https://github.com/hs-web/hsweb-framework/wiki/开发手册) 本项目是hsweb的核心,不推荐将其直接clone后修改,运行.推荐使用maven依赖的方式使用hsweb.你可以参照[demo](https://github.com/hs-web/hsweb3-demo)进行使用. ## 模块简介 | 模块 | 说明 | 进度 | | ------------- |:-------------:| ----| |[hsweb-authorization](hsweb-authorization)|权限控制| 90%| |[hsweb-commons](hsweb-commons) |基础通用功能| 90%| |[hsweb-concurrent](hsweb-concurrent)|并发包,缓存,锁,计数器等| 80%| |[hsweb-core](hsweb-core)|框架核心| 90%| |[hsweb-datasource](hsweb-datasource)|数据源| 90%| |[hsweb-examples](hsweb-examples)|例子,演示| 10%| |[hsweb-i18n](hsweb-i18n)|国际化| 0%| |[hsweb-logging](hsweb-logging)| 日志| 80%| |[hsweb-message](hsweb-message)|mq,websocket...| 80%| |[hsweb-starter](hsweb-starter)|模块启动器| 90%| |[hsweb-system](hsweb-system)|**系统功能**| 40%| |[hsweb-tests](hsweb-tests)|测试| 80%|