连接池增加 maxPoolPreparedStatementPerConnectionSize 参数,可指定 PSCache 大小

This commit is contained in:
thinkgem
2019-05-30 12:27:34 +08:00
parent e1f5650696
commit 64f13684c9
2 changed files with 6 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ jdbc:
removeAbandoned: true
removeAbandonedTimeout: 2100
# Oracle 下会自动开启 PSCache并指定每个连接上 PSCache 大小。若不指定,则与 maxActive 相同4.1.5+
maxPoolPreparedStatementPerConnectionSize: ~
# JTA 分布式事务v4.0.4+
jta:
enabled: false