修改了配置文件中settings.xml文件,增加了如下配置,但是好像未生效,想问问应该如何配置连接池相关参数 `<entry key="jdbc.InitialLimit">10</entry>` `<entry key="jdbc.MinLimit">1</entry>` `<entry key="jdbc.MaxLimit">80</entry>` `<entry key="jdbc.InactivityTimeout">1800</entry>` `<entry key="jdbc.statementTimeout">900</entry>` `<entry key="jdbc.MaxConnectionReuseCount">1000</entry>` 目前遇到的错误: ![](https://cn-oracle-apex.oss-cn-shanghai.aliyuncs.com/file_storage/20251229_cYZuPGh0.png)