我们需要在Spring启动应用程序中配置SlowQueryReport
Tomcat拦截器,特别是属性文件中的threshold
值。在网上找不到任何东西。有帮助吗?
我们在配置文件中使用了旧语法(请参阅下文,请注意给定的threshold
)并且它有效:
spring.datasource:
tomcat.jdbc-interceptors: org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport(threshold=10);any.other.tomcat.Interceptor