-
![image](https://user-images.githubusercontent.com/33059022/106427184-e508bf00-64a1-11eb-831d-0628143474be.png)
经常卡住 加载数据源的时候 经常卡在这一行
-
java.lang.reflect.UndeclaredThrowableException
at com.sun.proxy.$Proxy50.setAutoCommit(Unknown Source)
at org.sagacity.sqltoy.utils.SqlUtil.executeSql(SqlUtil.java:1406)
at org.sagacity.sqltoy.d…
-
数据库密码加密支持不
-
最新版 监控数据无法显示 接口拉到的是空的我看 但是确实没监控到数据 实际上是有慢sql的
-
1: 能否在动态改变日志打印模式,比如增加个调试模式打印,有的时候,在生产项目中,我们想临时看看池的运行状态,有几个在用,平时运行时不用打印。
2:项目启动时候参数信息打印, 能否美化一下? 比如参照一下光连接池的做法?
-
因为业务需要,会基于参数变更connection的catalog。
默认不设置catalog,连接如下:
127.0.0.1:3306/?useUnicode=true&useSSL=false
在设置catalog后,beecp执行完SQL,关闭connection时,通过recycleSelf调用resetRawConn按照defCatalog进行复位。上述情况,在复位时,会抛出异常:j…
-
您好!建议增加spring boot properties配置参数,可以通过application.properties配置文件配置连接池参数。谢谢!
imhun updated
3 years ago
-
@Chris2018998 我将beecp-spring-boot-starter升级到1.6.6后,把项目打成war包然后部署到Tomcat9.0.50,启动之后项目无法访问。日志文件报错内容如下:
```
02-Jun-2022 16:40:04.571 严重 [main] org.apache.catalina.core.StandardContext.startInternal 一个或…
-
Maybe it is already supported, however I could not find how.
Is there a way to inject custom JDBC connection factory? In my case in order to create a JDBC connection I have to setup the kerberos au…
-
#### Environment
```
HikariCP version: 3.3.1
JDK version : 1.8.0_191-1-ojdkbuild-b12
Database : Oracle 12c Enterprise Edition Release 12.2.0.1.0
Tomcat 8.5.23
```
-----------------…