zhouhao e4bf0c85e9 修复path为null 删除报错的问题 6 years ago
..
hsweb-commons-bean 177112a961 3.0.0-RC-SNAPSHOT 7 years ago
hsweb-commons-controller 76a83cec7e 修复nopaging无效 6 years ago
hsweb-commons-dao f694826322 Update README.md 6 years ago
hsweb-commons-entity 8f70138aaa 增加noPaging 6 years ago
hsweb-commons-model 177112a961 3.0.0-RC-SNAPSHOT 7 years ago
hsweb-commons-service e4bf0c85e9 修复path为null 删除报错的问题 6 years ago
hsweb-commons-utils bf7f522a46 优化配置 6 years ago
README.md 9323792c0b 优化readme 8 years ago
create-crud.md d71ac57048 优化文档 8 years ago
pom.xml 177112a961 3.0.0-RC-SNAPSHOT 7 years ago

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:工具类

使用

如何建一个增删改查功能