zhou-hao 8281a119a1 增加多个SqlSessionFactory支持 %!s(int64=7) %!d(string=hai) anos
..
hsweb-commons-bean 8a055e4862 优化bean模块 %!s(int64=7) %!d(string=hai) anos
hsweb-commons-controller d25df5e872 使用FastBeanCopier %!s(int64=7) %!d(string=hai) anos
hsweb-commons-dao 8281a119a1 增加多个SqlSessionFactory支持 %!s(int64=7) %!d(string=hai) anos
hsweb-commons-entity f94be7b39a 小优化 %!s(int64=7) %!d(string=hai) anos
hsweb-commons-model 8a055e4862 优化bean模块 %!s(int64=7) %!d(string=hai) anos
hsweb-commons-service 48636aeeb8 优化属性设置逻辑 %!s(int64=7) %!d(string=hai) anos
hsweb-commons-utils defa990afb 修复无法获取重写了接口default方法上注解的问题 %!s(int64=7) %!d(string=hai) anos
README.md 9323792c0b 优化readme %!s(int64=8) %!d(string=hai) anos
controller-use.md cabacca3d9 完善文档 %!s(int64=8) %!d(string=hai) anos
create-crud.md d71ac57048 优化文档 %!s(int64=8) %!d(string=hai) anos
pom.xml 90f21e16ec 优化字典 %!s(int64=7) %!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:工具类

使用

如何建一个增删改查功能