We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e793c5c commit 1d88508Copy full SHA for 1d88508
springboot-data-jpa/src/main/resources/application.properties
@@ -20,7 +20,7 @@ spring.datasource.testWhileIdle: true
20
spring.datasource.testOnBorrow: false
21
spring.datasource.testOnReturn: false
22
spring.datasource.poolPreparedStatements: true
23
-spring.datasource.filters: stat,wall,log4j
+spring.datasource.filters: stat
24
spring.datasource.maxPoolPreparedStatementPerConnectionSize: 20
25
spring.datasource.useGlobalDataSourceStat: true
26
spring.datasource.connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=500
0 commit comments