Skip to content

Commit 3f4f087

Browse files
committed
Remove unused import
1 parent 8ae7901 commit 3f4f087

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,9 @@ You can use all decorators at the same time if you need, if so decorating order
7272
After adding p6spy starter you'll start getting all sql queries in the logs:
7373
```text
7474
2017-06-07 21:42:08 INFO p6spy: #1496860928120 | took 0ms | statement | connection 0|SELECT NOW()
75-
;
7675
2017-06-07 21:51:07 INFO p6spy: #1496861467802 | took 0ms | statement | connection 1|SELECT NOW()
77-
;
7876
2017-06-07 21:51:07 INFO p6spy: #1496861467803 | took 0ms | statement | connection 2|SELECT NOW()
79-
;
8077
2017-06-07 21:51:08 INFO p6spy: #1496861468806 | took 0ms | statement | connection 3|SELECT NOW()
81-
;
8278
```
8379

8480
All beans of type `JdbcEventListener` are registered in P6Spy:

flexy-pool-spring-boot-starter/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.gradle.internal.impldep.org.junit.experimental.categories.Categories.CategoryFilter.exclude
2-
31
plugins {
42
`java-library`
53
}

0 commit comments

Comments
 (0)