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的实体增强插件
- Host: GitHub
- URL: https://github.com/brick-team/entity-plugin
- Owner: brick-team
- License: apache-2.0
- Created: 2021-03-01T11:52:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T01:01:05.000Z (about 5 years ago)
- Last Synced: 2026-03-11T17:43:58.530Z (3 months ago)
- Topics: jpa, spring, spring-boot
- Language: Java
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Entity plugin
实体增强插件, 基于SpringDataJpa开发,通过一个注解的形式来得到单个对象的CRUD操作.
## Feature
- 支持JPA增删改查操作,无需编写额外的Controller(单表)
- 支持缓存层
- 支持自定义数据转换
- 支持自定义数据验证