Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 514 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 514 Bytes

Spring Data MyBatis

REAP 默认持久化层,fork 自 spring-data-mybatis

区别

  • 支持 Spring Boot 2.x
  • 内置提供可扩展的 ID 生成机制
  • 使用 JPA 标准标注
  • 支持 QueryByExample
  • 不支持 Entity association(@OneToOne、@OneToMany、@ManyToMany)
  • 不支持 Auditing