DATAJPA-1556 - Remove superfluous parenthesis.
Original pull request: #382.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
== Common
|
||||
|
||||
[qanda]
|
||||
I'd like to get more detailed logging information on what methods are called inside `JpaRepository` (for example). How can I gain them? :: You can make use of `CustomizableTraceInterceptor` provided by Spring, as shown in the following example:
|
||||
I'd like to get more detailed logging information on what methods are called inside `JpaRepository` for example. How can I gain them? :: You can make use of `CustomizableTraceInterceptor` provided by Spring, as shown in the following example:
|
||||
+
|
||||
[source, xml]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user