You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Formats the SQL for better readability. Uses Hibernate's formatter if present on the class path. If you opted in for a different JPA provider you need to add https://github.com/vertical-blank/sql-formatter as a runtime dependency to your app to enable this.
Copy file name to clipboardExpand all lines: datasource-decorator-spring-boot-autoconfigure/src/main/java/com/github/gavlyukovskiy/boot/jdbc/decorator/DataSourceDecoratorAutoConfiguration.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -60,4 +60,4 @@ public static DataSourceDecoratorBeanPostProcessor dataSourceDecoratorBeanPostPr
Copy file name to clipboardExpand all lines: datasource-decorator-spring-boot-autoconfigure/src/main/java/com/github/gavlyukovskiy/boot/jdbc/decorator/dsproxy/DataSourceProxyConfiguration.java
Copy file name to clipboardExpand all lines: datasource-decorator-spring-boot-autoconfigure/src/main/java/com/github/gavlyukovskiy/boot/jdbc/decorator/dsproxy/DataSourceProxyProperties.java
+18-1
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,15 @@ public class DataSourceProxyProperties {
Copy file name to clipboardExpand all lines: datasource-decorator-spring-boot-autoconfigure/src/main/java/com/github/gavlyukovskiy/boot/jdbc/decorator/dsproxy/ProxyDataSourceBuilderConfigurer.java
+32-6
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,8 @@
38
38
/**
39
39
* Configurer for {@link ProxyDataSourceBuilder} based on the application context.
40
40
*
41
-
* @see ProxyDataSourceBuilder
42
-
*
43
41
* @author Arthur Gavlyukovskiy
42
+
* @see ProxyDataSourceBuilder
44
43
* @since 1.3.1
45
44
*/
46
45
publicclassProxyDataSourceBuilderConfigurer {
@@ -68,6 +67,9 @@ public class ProxyDataSourceBuilderConfigurer {
0 commit comments