连接池
有一间
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c3p0在maven下面的使用
c3p0在maven下面的使用导入依赖 <dependency> <groupId>com.mchange</groupId> <artifactId>c3p0</artifactId> <version>0.9.2.1</version> </dependency> <dependency>原创 2020-05-11 10:24:30 · 1125 阅读 · 0 评论 -
java.sql.SQLException: Connections could not be acquired from the underlying database!
今天学习连接池c3p0遇到这个错误 java.sql.SQLException: Connections could not be acquired from the underlying database!刚开始还以为是c3p0-config.xml 配置有问题 看了半天没错 之后又以为是mysql版本的问题 于是去更改mysql的版本 发现还是这个错误在仔细看看这个错误Co...原创 2020-04-22 22:07:18 · 3492 阅读 · 0 评论
分享