zhou-hao ec58cda5ab 增加update的read-only支持 6 vuotta sitten
..
hsweb-commons-bean d3be74e9cd 3.0.5-SNAPSHOT 6 vuotta sitten
hsweb-commons-controller d3be74e9cd 3.0.5-SNAPSHOT 6 vuotta sitten
hsweb-commons-dao ec58cda5ab 增加update的read-only支持 6 vuotta sitten
hsweb-commons-entity cf20178cfb 优化权限 6 vuotta sitten
hsweb-commons-model d3be74e9cd 3.0.5-SNAPSHOT 6 vuotta sitten
hsweb-commons-service d3be74e9cd 3.0.5-SNAPSHOT 6 vuotta sitten
hsweb-commons-utils d3be74e9cd 3.0.5-SNAPSHOT 6 vuotta sitten
README.md 9323792c0b 优化readme 8 vuotta sitten
create-crud.md d71ac57048 优化文档 8 vuotta sitten
pom.xml d3be74e9cd 3.0.5-SNAPSHOT 6 vuotta sitten

README.md

通用功能模块

实现通用CRUD功能,增删改查,直接继承之.

目录介绍

  1. hsweb-commons-controller:通用springmvc控制器
  2. hsweb-commons-dao:通用dao实现
  3. hsweb-commons-entity:通用实体类
  4. hsweb-commons-service:通用服务类
  5. hsweb-commons-utils:工具类

使用

如何建一个增删改查功能