zhouhao 1a0cbdc027 优化sqlExecutor il y a 7 ans
..
hsweb-commons-controller 6bf4485f29 修复字段错误 il y a 8 ans
hsweb-commons-dao 1a0cbdc027 优化sqlExecutor il y a 7 ans
hsweb-commons-entity 8ed12b03c6 优化字段拓展配置 il y a 7 ans
hsweb-commons-model e662d60613 部分api增加swagger il y a 8 ans
hsweb-commons-service 3748c53c59 优化权限配置 il y a 7 ans
hsweb-commons-utils 7e0fe28e40 修复注释错误 il y a 7 ans
README.md 9323792c0b 优化readme il y a 8 ans
controller-use.md cabacca3d9 完善文档 il y a 8 ans
create-crud.md d71ac57048 优化文档 il y a 8 ans
pom.xml e662d60613 部分api增加swagger il y a 8 ans

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

使用

如何建一个增删改查功能