-
BeeCP我们投入使用3个多月了,很稳定,没有发生什么错误,谢谢您。
想咨询一下,BeeCP能升级一下支持JDK11吗?
-
比如 infuxdb
taosdb
https://www.taosdata.com/cn/
-
![bcp-2](https://user-images.githubusercontent.com/2187137/107877904-2d949380-6f0a-11eb-9128-24e726634615.png)
lqixv updated
3 years ago
-
https://github.com/brettwooldridge/HikariCP/issues/1559
-
beecp做的不错,我的多数据源项目开始做beecp的集成,遇到了问题,不知道如何懒启动。
https://github.com/baomidou/dynamic-datasource-spring-boot-starter/commit/a630e21c70cc6a6ba7fe408974fafd2d56c3db82
开始尝试过注释掉的代码,调用copyTo就不用Init了, 但是c…
-
When i modify and save my code at Eclipse, codes are complied automatically and my tomcat is restarted also.
I usually use 15 of hikariCP data sources. But after that Auto Restart, my oracle connec…
-
https://github.com/Chris2018998/BeeCP
-
```
Caused by: java.sql.SQLException: SQLite supports only TRANSACTION_SERIALIZABLE and TRANSACTION_READ_UNCOMMITTED.
at org.sqlite.SQLiteConnection.setTransactionIsolation(SQLiteConnection.java:16…
looly updated
3 years ago
-
使用SQLite时,使用BeeCP默认的配置项,默认`TRANSACTION_READ_COMMITTED`不支持。
BeeCP 3.x
BeeDataSourceConfig中:
```java
//default transaction isolation description,match isolation code can be set to defaultTransaction…
looly updated
3 years ago
-
```shell
09:50:05.888833 IP 10-177-123-159.58148 > 10.52.61.220.33066: Flags [S], seq 3693926659, win 62780, options [mss 1460,nop,nop,sackOK,nop,wscale 11], length 0
09:50:05.889062 IP 10.52.61.220…