gpt4 book ai didi

java - 池连接 tomcat 的 spring boot 中的 minIdle 属性在哪里?

转载 作者:行者123 更新时间:2023-11-30 10:28:29 24 4
gpt4 key购买 nike

我正在尝试在 spring boot 中设置一个连接池,但是我看不到 minIdle 属性: Tomcat description here

((int) The minimum number of established connections that should be kept in the pool at all times. The connection pool can shrink below this number if validation queries fail. Default value is derived from initialSize:10 (also see testWhileIdle) )

Spring 支持不共享有关此属性的任何信息 29.1.2 Connection to a production database .我不知道 Spring Boot 经理是否自动连接数或属性以其他名称出现。

最佳答案

您应该能够配置其中任何一项 properties在您的 application.properties 中使用此前缀:

spring.datasource.tomcat.min-idle=20

请注意,这里使用的是 kebabcase 而不是驼峰式:

minIdle   -> min-idle
maxActive -> max-active

关于java - 池连接 tomcat 的 spring boot 中的 minIdle 属性在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44590761/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com