Skip to content

Commit 7edea9a

Browse files
Query details via datasource-proxy
1 parent 2fb958e commit 7edea9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HibernateSpringBootDataSourceProxy/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
**Description:** View the query details (query type, binding parameters, batch size, execution time, etc) via **[DataSource-Proxy](https://github.com/ttddyy/datasource-proxy)**
55

6-
**Key points:**\
7-
- for Maven, add in `pom.xml` the `datasource-proxy` dependency\
8-
- create an bean post processor to intercept the `DataSource` bean\
9-
- wrap the `DataSource` bean via `ProxyFactory` and an implementation of `MethodInterceptor`
6+
**Key points:**
7+
- for Maven, add in `pom.xml` the `datasource-proxy` dependency
8+
- create an bean post processor to intercept the `DataSource` bean
9+
- wrap the `DataSource` bean via `ProxyFactory` and an implementation of `MethodInterceptor`
1010

1111
**Output example:**\
1212
![](https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/HibernateSpringBootDataSourceProxy/query%20details%20via%20datasource-proxy.png)

0 commit comments

Comments
 (0)