Appearance
希望让增删改查更方便,像敲回车般简单
无外部依赖,直接封装JDBC操作映射使用反射(MethodHandle+缓存)
支持DTO/VO等直接插入/更新也支持直接查询为DTO/VO等
列传入支持lambda方法引用,lombok字段常量,apt生成的元数据
<dependencies> <dependency> <groupId>org.huiche</groupId> <artifactId>huiche-spring-boot-starter</artifactId> <version>${huiche.version}</version> </dependency> </dependencies>