zhou-hao f5a729c6b1 增加对mybatis association标签对支持,增加对jpa注解CollectionTable对支持,增加对boolean与数字转换对支持 %!s(int64=5) %!d(string=hai) anos
..
hsweb-commons-bean 73680d221a 3.0.9-SNAPSHOT %!s(int64=6) %!d(string=hai) anos
hsweb-commons-controller 73680d221a 3.0.9-SNAPSHOT %!s(int64=6) %!d(string=hai) anos
hsweb-commons-dao f5a729c6b1 增加对mybatis association标签对支持,增加对jpa注解CollectionTable对支持,增加对boolean与数字转换对支持 %!s(int64=5) %!d(string=hai) anos
hsweb-commons-entity a1cdaf0f47 使用循环替换递归 %!s(int64=5) %!d(string=hai) anos
hsweb-commons-model 73680d221a 3.0.9-SNAPSHOT %!s(int64=6) %!d(string=hai) anos
hsweb-commons-service 73680d221a 3.0.9-SNAPSHOT %!s(int64=6) %!d(string=hai) anos
hsweb-commons-utils 06441d5d26 返回new map %!s(int64=5) %!d(string=hai) anos
README.md 9323792c0b 优化readme %!s(int64=8) %!d(string=hai) anos
create-crud.md ddc040134c 增加动态数据库和动态表支持 %!s(int64=6) %!d(string=hai) anos
pom.xml 73680d221a 3.0.9-SNAPSHOT %!s(int64=6) %!d(string=hai) anos

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

使用

如何建一个增删改查功能