Sen descrición

周浩 caf4c089da 新增爬虫模块 %!s(int64=9) %!d(string=hai) anos
hsweb-web-bean f3e5be1d12 新增自动去除空的查询条件 %!s(int64=9) %!d(string=hai) anos
hsweb-web-concurrent d52c7d5da7 优化 %!s(int64=9) %!d(string=hai) anos
hsweb-web-controller 17bf4b3ad0 新增自动配置 %!s(int64=9) %!d(string=hai) anos
hsweb-web-core 276c7bd61f 更改包名 %!s(int64=9) %!d(string=hai) anos
hsweb-web-crawler caf4c089da 新增爬虫模块 %!s(int64=9) %!d(string=hai) anos
hsweb-web-dao-impl-mybatis a7404d7eb9 删除生成排序sql %!s(int64=9) %!d(string=hai) anos
hsweb-web-dao-interface 73c4a9f442 新增操作记录功能 %!s(int64=9) %!d(string=hai) anos
hsweb-web-service-impl-common a65ce65993 优化逻辑。 %!s(int64=9) %!d(string=hai) anos
hsweb-web-service-interface a65ce65993 优化逻辑。 %!s(int64=9) %!d(string=hai) anos
hsweb-web-websocket 2b8af34ac5 优化maven结构,删除run模块。 %!s(int64=9) %!d(string=hai) anos
hsweb-web-workflow ad5149d1fd 集成activity工作流引擎。 %!s(int64=9) %!d(string=hai) anos
.gitignore 48dbcd08c5 修改git忽略提交的文件:.idea %!s(int64=9) %!d(string=hai) anos
README.md 6bcb65da4a 新增说明 %!s(int64=9) %!d(string=hai) anos
pom.xml 6741eb0418 添加工作流相关依赖 %!s(int64=9) %!d(string=hai) anos

README.md

hsweb-framework

后台管理基础框架,基于maven,spring-boot,mybatis

主要功能

  1. 基础dao,service,controller类,增删改查直接继承即可.
  2. 通用mybatis配置文件,支持多种条件查询自动生成,支持自动生成insert和update语句.
  3. 实现用户,权限管理;基于aop,注解,精确到按钮的权限控制.
  4. 动态表单功能,可在前端设计表单,动态生成数据库表,提供统一的增删改查接口.
  5. 数据库支持 mysql,oracle

maven安装

    $ git clone https://github.com/hs-web/hsweb-framework.git
    $ cd hsweb-framework
    $ mvn install

使用

参照:hsweb-platform