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
004b4971
authored
Dec 25, 2017
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Nutz执行器Sample示例项目;
parent
25ed0cfb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
12 deletions
doc/XXL-JOB官方文档.md
pom.xml
xxl-job-executor-samples/xxl-job-executor-sample-nutz/pom.xml
doc/XXL-JOB官方文档.md
View file @
004b4971
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
...
@@ -1098,6 +1098,7 @@ Tips: 历史版本(V1.3.x)目前已经Release至稳定版本, 进入维护阶段
-
23、Log地址格式兼容,支持非"/"结尾路径配置;
-
24、底层系统日志级别规范调整,清理遗留代码;
-
25、建表SQL优化,支持同步创建制定编码的库和表;
-
26、Nutz执行器Sample示例项目;
### TODO LIST
...
...
pom.xml
View file @
004b4971
...
...
@@ -30,8 +30,7 @@
<jetty-server.version>
9.2.22.v20170606
</jetty-server.version>
<hessian.version>
4.0.51
</hessian.version>
<httpclient.version>
4.5.4
</httpclient.version>
<commons-exec.version>
1.3
</commons-exec.version>
<commons-collections4.version>
4.1
</commons-collections4.version>
<commons-lang3.version>
3.7
</commons-lang3.version>
...
...
xxl-job-executor-samples/xxl-job-executor-sample-nutz/pom.xml
View file @
004b4971
...
...
@@ -3,21 +3,29 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
xxl-job-executor-samples
</artifactId>
<groupId>
com.xuxueli
</groupId>
<version>
1.8.2-SNAPSHOT
</version>
<artifactId>
xxl-job-executor-samples
</artifactId>
<version>
1.9.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
xxl-job-executor-sample-nutz
</artifactId>
<packaging>
war
</packaging>
<dependencies>
<dependency>
<!-- nutz -->
<dependency>
<groupId>
org.nutz
</groupId>
<artifactId>
nutz
</artifactId>
<version>
1.r.62
</version>
</dependency>
<!-- slf4j -->
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<version>
${slf4j-api.version}
</version>
</dependency>
<!-- xxl-job -->
<dependency>
<groupId>
com.xuxueli
</groupId>
...
...
@@ -25,11 +33,6 @@
<version>
${project.parent.version}
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<version>
${slf4j-api.version}
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
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