Skip to content

Commit

Permalink
docs : 릴리즈 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
joon6093 authored Sep 24, 2024
1 parent f7d703f commit fe17aa2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}
dependencies {
implementation 'com.github.joon6093:jpa-nplus1-detector:2.0.2'
implementation 'com.github.joon6093:jpa-nplus1-detector:2.1.0'
}
```

Expand All @@ -35,7 +35,7 @@ dependencies {
<dependency>
<groupId>com.github.joon6093</groupId>
<artifactId>jpa-nplus1-detector</artifactId>
<version>2.0.2</version>
<version>2.1.0</version>
</dependency>
```

Expand Down Expand Up @@ -73,7 +73,7 @@ Example log when an N+1 issue is detected.
```

## 🔍 Test
The N+1 Query Detector can be used in test code with two modes, in combination with @SpringBootTest or similar annotations, and any test-specific settings will take precedence over global configuration.
The N+1 Query Detector can be used in test code with two modes, in combination with @SpringBootTest or @DataJpaTest, and any test-specific settings will take precedence over global configuration.

### Logging mode
In Logging mode, the N+1 detector logs detected issues for you to review without interrupting the test flow.
Expand Down Expand Up @@ -117,3 +117,4 @@ Suppressed: io.jeyong.detector.exception.NPlusOneQueryException: N+1 issue detec
- [Version 2.0.0](https://github.com/joon6093/jpa-nplus1-detector/releases/tag/2.0.0) - Released on 2024/09/19
- [Version 2.0.1](https://github.com/joon6093/jpa-nplus1-detector/releases/tag/2.0.1) - Released on 2024/09/19
- [Version 2.0.2](https://github.com/joon6093/jpa-nplus1-detector/releases/tag/2.0.2) - Released on 2024/09/20
- [Version 2.1.0](https://github.com/joon6093/jpa-nplus1-detector/releases/tag/2.1.0) - Released on 2024/09/24

0 comments on commit fe17aa2

Please sign in to comment.