如何在Spring Boot属性中设置Tomcat的SlowQueryReport拦截器的阈值

时间:2019-02-08 11:02:16

标签: spring spring-boot tomcat

我们需要在Spring引导应用程序中配置SlowQueryReport Tomcat拦截器,特别是在属性文件中配置threshold值。在网络上找不到任何内容。有帮助吗?

1 个答案:

答案 0 :(得分:0)

我们在配置文件中使用了旧语法(请参见下文,注意给定的threshold),并且可以正常工作:

spring.datasource:
  tomcat.jdbc-interceptors: org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport(threshold=10);any.other.tomcat.Interceptor