提交 4a1f3242 编写于 作者: X xueli.xue

升级数据库连接池c3p0版本;

上级 211a0923
......@@ -709,6 +709,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
- 2、执行器、调度中心,均支持自定义注册IP地址;解决机器多网卡时错误网卡注册的情况;
- 3、任务跨天执行时生成多份日志文件的问题修复;
- 4、底层日志底层日志调整,非敏感日志level调整为debug;
- 5、升级数据库连接池c3p0版本;
#### 规划中
......
......@@ -99,9 +99,9 @@
<!-- c3p0 -->
<dependency>
<groupId>c3p0</groupId>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.1.2</version>
<version>0.9.5.2</version>
</dependency>
<!-- mybatis-spring -->
<dependency>
......
......@@ -31,9 +31,9 @@
<!-- c3p0 -->
<dependency>
<groupId>c3p0</groupId>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.1.2</version>
<version>0.9.5.2</version>
</dependency>
<!-- mysql-connector -->
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册