Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4a1f3242
authored
Feb 24, 2017
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
升级数据库连接池c3p0版本;
parent
211a0923
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
README.md
xxl-job-admin/pom.xml
xxl-job-executor-example/pom.xml
README.md
View file @
4a1f3242
...
...
@@ -709,6 +709,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
2、执行器、调度中心,均支持自定义注册IP地址;解决机器多网卡时错误网卡注册的情况;
-
3、任务跨天执行时生成多份日志文件的问题修复;
-
4、底层日志底层日志调整,非敏感日志level调整为debug;
-
5、升级数据库连接池c3p0版本;
#### 规划中
...
...
xxl-job-admin/pom.xml
View file @
4a1f3242
...
...
@@ -99,9 +99,9 @@
<!-- c3p0 -->
<dependency>
<groupId>
c
3p0
</groupId>
<groupId>
c
om.mchange
</groupId>
<artifactId>
c3p0
</artifactId>
<version>
0.9.
1
.2
</version>
<version>
0.9.
5
.2
</version>
</dependency>
<!-- mybatis-spring -->
<dependency>
...
...
xxl-job-executor-example/pom.xml
View file @
4a1f3242
...
...
@@ -31,9 +31,9 @@
<!-- c3p0 -->
<dependency>
<groupId>
c
3p0
</groupId>
<groupId>
c
om.mchange
</groupId>
<artifactId>
c3p0
</artifactId>
<version>
0.9.
1
.2
</version>
<version>
0.9.
5
.2
</version>
</dependency>
<!-- mysql-connector -->
<dependency>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment