@@ -84,6 +84,6 @@ connectionTestQuery = SELECT 1
# 最小闲置连接数
minimumIdle = 1
# 连接池中允许的最大连接数。缺省值:10;推荐的公式:((core_count * 2) + effective_spindle_count)
-maximumPoolSize = 5
+maximumPoolSize = 3
# 连接只读数据库时配置为true, 保证安全
readOnly = false