如何在Spring Boot属性中设置Tomcat的SlowQueryReport拦截器的阈值
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Spring Boot属性中设置Tomcat的SlowQueryReport拦截器的阈值相关的知识,希望对你有一定的参考价值。
我们需要在Spring启动应用程序中配置SlowQueryReport
Tomcat拦截器,特别是属性文件中的threshold
值。在网上找不到任何东西。有帮助吗?
答案
我们在配置文件中使用了旧语法(请参阅下文,请注意给定的threshold
)并且它有效:
spring.datasource:
tomcat.jdbc-interceptors: org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport(threshold=10);any.other.tomcat.Interceptor
以上是关于如何在Spring Boot属性中设置Tomcat的SlowQueryReport拦截器的阈值的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Spring Boot 嵌入式 tomcat 中设置 HTTPS SSL 密码套件首选项
如何使用Spring Boot和嵌入式Tomcat配置此属性?
如何在 Spring Boot 中的 DatabaseConfig 中设置属性
如何在 Spring Boot 中设置 ActiveMQ 端口?