Skip to content

Commit

Permalink
#10 Adding interceptor enabled information
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Aug 23, 2023
1 parent fd4acf0 commit c2f961d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ gradle test
gradle bootRun
```

#### To enable interceptor filter
```bash
gradle bootRun -Dinterceptor.enabled=true
```

#### To run tests with Jacoco and Sonarqube

```bash
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ tasks.named('test') {
useJUnitPlatform()
}

bootRun {
systemProperties = System.properties
}

test.dependsOn("spotlessApply")

0 comments on commit c2f961d

Please sign in to comment.