我们需要在Spring引导应用程序中配置SlowQueryReport
Tomcat拦截器,特别是在属性文件中配置threshold
值。在网络上找不到任何内容。有帮助吗?
答案 0 :(得分:0)
我们在配置文件中使用了旧语法(请参见下文,注意给定的threshold
),并且可以正常工作:
spring.datasource:
tomcat.jdbc-interceptors: org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport(threshold=10);any.other.tomcat.Interceptor