Sen descrición

zhouhao b68b3a9d8e 修复不支持oracle的bug %!s(int64=7) %!d(string=hai) anos
docs af1980e979 修改语言类型 %!s(int64=7) %!d(string=hai) anos
hsweb-authorization 517951076e 优化权限 %!s(int64=7) %!d(string=hai) anos
hsweb-boost fbf3fe0c10 增加ftp模块 %!s(int64=7) %!d(string=hai) anos
hsweb-commons 8ca1584c1f format %!s(int64=7) %!d(string=hai) anos
hsweb-concurrent a85de4124d fix redis counter test error %!s(int64=7) %!d(string=hai) anos
hsweb-core 6a9efc52e6 Merge remote-tracking branch 'origin/master' %!s(int64=7) %!d(string=hai) anos
hsweb-datasource 5394c6fbb5 修复jta配置顺序问题 %!s(int64=7) %!d(string=hai) anos
hsweb-examples 2b6c30272d EnableAopAuthorize %!s(int64=7) %!d(string=hai) anos
hsweb-i18n 6c07d3a3c1 Translated message resources from Chinese into English %!s(int64=7) %!d(string=hai) anos
hsweb-logging 90cd68756f 增加事件支持 %!s(int64=7) %!d(string=hai) anos
hsweb-message 9746548aa5 exclude tomcat %!s(int64=7) %!d(string=hai) anos
hsweb-starter d248b1e256 优化异常 %!s(int64=7) %!d(string=hai) anos
hsweb-system b68b3a9d8e 修复不支持oracle的bug %!s(int64=7) %!d(string=hai) anos
hsweb-tests 34592a4fe3 升级hsweb依赖到release %!s(int64=7) %!d(string=hai) anos
hsweb-thirdparty 1b38fd8714 fix bugs %!s(int64=7) %!d(string=hai) anos
.gitignore 9d87f641e2 排除transaction-logs %!s(int64=8) %!d(string=hai) anos
.travis.yml e0395a166e sonar %!s(int64=7) %!d(string=hai) anos
CODE_OF_CONDUCT.md c4cc43a9f3 Create CODE_OF_CONDUCT.md %!s(int64=7) %!d(string=hai) anos
CONTRIBUTING.md ae4491fb03 增加如果勾选代码的说明 %!s(int64=7) %!d(string=hai) anos
FEATURES.md ceb073a517 修改进度 %!s(int64=7) %!d(string=hai) anos
ISSUE_TEMPLATE.md 08899fa513 Update ISSUE_TEMPLATE.md %!s(int64=7) %!d(string=hai) anos
LICENSE 0cbca64530 Apache2 %!s(int64=8) %!d(string=hai) anos
README.md 96d2095d45 修复缩进问题 %!s(int64=7) %!d(string=hai) anos
pom.xml 4593c94435 增加jool %!s(int64=7) %!d(string=hai) anos

README.md

hsweb 3.0

Maven metadata URI Codecov Sonar Coverage Sonar Bugs Build Status License Insight.io

贡献代码  开发手册

应用场景

  1. 后台管理系统.
  2. 完全开源的后台管理系统.
  3. 细粒度权限控制的后台管理系统.
  4. 模块化的后台管理系统.
  5. 功能可拓展的后台管理系统.
  6. 集成各种常用功能的后台管理系统.
  7. 前后分离的后台管理系统.

注意: 项目主要基于spring-boot,mybatis. 在使用hsweb之前,你应该对spring-boot有一定的了解.

项目模块太多?不要被吓到.我们不推荐将本项目直接clone后修改,运行.而是使用maven依赖的方式使用hsweb. 选择自己需要的模块进行依赖,正式版发布后,所有模块都将发布到maven中央仓库. 你可以参照demo进行使用.

文档

各个模块的使用方式查看对应模块下的 README.md,在使用之前, 你可以先粗略浏览一下各个模块,对每个模块的作用有大致的了解.

模块简介

模块 说明 进度
hsweb-authorization 权限控制 90%
hsweb-commons 基础通用功能 90%
hsweb-concurrent 并发包,缓存,锁,计数器等 80%
hsweb-core 框架核心,基础工具类 90%
hsweb-datasource 数据源 90%
hsweb-examples 例子,演示 10%
hsweb-logging 日志 100%
hsweb-message mq,websocket... 80%
hsweb-starter 模块启动器 90%
hsweb-system 系统常用功能 60%
hsweb-tests 测试 80%