Skip to content

Commit 1d88508

Browse files
committed
springboot-jpa JPA
1 parent e793c5c commit 1d88508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springboot-data-jpa/src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spring.datasource.testWhileIdle: true
2020
spring.datasource.testOnBorrow: false
2121
spring.datasource.testOnReturn: false
2222
spring.datasource.poolPreparedStatements: true
23-
spring.datasource.filters: stat,wall,log4j
23+
spring.datasource.filters: stat
2424
spring.datasource.maxPoolPreparedStatementPerConnectionSize: 20
2525
spring.datasource.useGlobalDataSourceStat: true
2626
spring.datasource.connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=500

0 commit comments

Comments
 (0)