Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 573 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 573 Bytes

jpa-plus-spring-boot-starter

Join the chat at https://gitter.im/yjgbg/jpa-plus

User Guide

从maven中引入包,替换掉spring-boot-starter-data-jpa即可, 功能为spring-boot-starter-data-jpa的超集,就可以便捷的构造查询条件

<dependency>
    <groupId>com.github.yjgbg</groupId>
    <artifactId>jpa-plus-spring-boot-starter</artifactId>
    <version>2.4.1.1</version>
</dependency>