An open API service indexing awesome lists of open source software.

https://github.com/brick-team/entity-plugin

基于JPA的实体增强插件
https://github.com/brick-team/entity-plugin

jpa spring spring-boot

Last synced: about 2 months ago
JSON representation

基于JPA的实体增强插件

Awesome Lists containing this project

README

          

# Entity plugin
实体增强插件, 基于SpringDataJpa开发,通过一个注解的形式来得到单个对象的CRUD操作.

## Feature
- 支持JPA增删改查操作,无需编写额外的Controller(单表)
- 支持缓存层
- 支持自定义数据转换
- 支持自定义数据验证