Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into support_27
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/java/com/joutvhu/dynamic/jpa/DynamicQuery.java
  • Loading branch information
joutvhu committed Mar 31, 2023
2 parents 05ada5c + 7e21d7d commit e86b6de
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@ The Spring Dynamic JPA will make it easy to implement dynamic queries with JpaRe
### Install dependency

```groovy
implementation 'com.github.joutvhu:spring-dynamic-jpa:3.0.7'
implementation 'com.github.joutvhu:spring-dynamic-jpa:3.0.8'
```

```xml
<dependency>
<groupId>com.github.joutvhu</groupId>
<artifactId>spring-dynamic-jpa</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
</dependency>
```

- Please choose the _Spring Dynamic JPA_ version appropriate with your spring version.

| Spring Boot version | Spring Dynamic JPA version |
|:----------:|:-------------:|
| 2.0.x.RELEASE | 2.0.7 |
| 2.1.x.RELEASE | 2.1.7 |
| 2.2.x.RELEASE | 2.2.7 |
| 2.3.x.RELEASE | 2.3.7 |
| 2.4.x | 2.3.7 |
| 2.5.x | 2.3.7 |
| 2.6.x | 2.3.7 |
| 2.7.x | 2.7.7 |
| 3.0.x | 3.0.7 |
| 2.0.x.RELEASE | 2.0.8 |
| 2.1.x.RELEASE | 2.1.8 |
| 2.2.x.RELEASE | 2.2.8 |
| 2.3.x.RELEASE | 2.3.8 |
| 2.4.x | 2.3.8 |
| 2.5.x | 2.3.8 |
| 2.6.x | 2.3.8 |
| 2.7.x | 2.7.8 |
| 3.0.x | 3.0.8 |

Also, you have to choose a [Dynamic Query Template Provider](https://github.com/joutvhu/spring-dynamic-commons#dynamic-query-template-provider) to use,
the Dynamic Query Template Provider will decide the style you write dynamic query template.
Expand Down

0 comments on commit e86b6de

Please sign in to comment.