Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
X
XXL-JOB
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
靳帅
XXL-JOB
Commits
49b4a467
提交
49b4a467
authored
7月 19, 2016
作者:
xueli.xue
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
升级大版本 v1.4.0预览版,新功能coding中
上级
8a8d7a5c
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
15 行增加
和
10 行删除
+15
-10
pom.xml
pom.xml
+6
-1
pom.xml
xxl-job-admin/pom.xml
+3
-3
pom.xml
xxl-job-core/pom.xml
+2
-2
IJobHandler.java
...e/src/main/java/com/xxl/job/core/handler/IJobHandler.java
+1
-1
pom.xml
xxl-job-executor-example/pom.xml
+3
-3
没有找到文件。
pom.xml
浏览文件 @
49b4a467
...
@@ -3,14 +3,19 @@
...
@@ -3,14 +3,19 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.xxl
</groupId>
<groupId>
com.xxl
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.4.0-SNAPSHOT
</version>
<version>
${xxl-job.version}
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<modules>
<modules>
<module>
xxl-job-admin
</module>
<module>
xxl-job-admin
</module>
<module>
xxl-job-core
</module>
<module>
xxl-job-core
</module>
<module>
xxl-job-executor-example
</module>
<module>
xxl-job-executor-example
</module>
</modules>
</modules>
<properties>
<xxl-job.version>
1.4.0-SNAPSHOT
</xxl-job.version>
</properties>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
xxl-job-admin/pom.xml
浏览文件 @
49b4a467
...
@@ -4,10 +4,10 @@
...
@@ -4,10 +4,10 @@
<parent>
<parent>
<groupId>
com.xxl
</groupId>
<groupId>
com.xxl
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.4.0-SNAPSHOT
</version>
<version>
${xxl-job.version}
</version>
</parent>
</parent>
<artifactId>
xxl-job-admin
</artifactId>
<artifactId>
xxl-job-admin
</artifactId>
<version>
1.3.1-SNAPSHOT
</version>
<version>
${xxl-job.version}
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
<dependency>
<dependency>
<groupId>
com.xxl
</groupId>
<groupId>
com.xxl
</groupId>
<artifactId>
xxl-job-core
</artifactId>
<artifactId>
xxl-job-core
</artifactId>
<version>
1.3.2
</version>
<version>
${xxl-job.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
xxl-job-core/pom.xml
浏览文件 @
49b4a467
...
@@ -4,10 +4,10 @@
...
@@ -4,10 +4,10 @@
<parent>
<parent>
<groupId>
com.xxl
</groupId>
<groupId>
com.xxl
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.4.0-SNAPSHOT
</version>
<version>
${xxl-job.version}
</version>
</parent>
</parent>
<artifactId>
xxl-job-core
</artifactId>
<artifactId>
xxl-job-core
</artifactId>
<version>
1.3.2
</version>
<version>
${xxl-job.version}
</version>
<dependencies>
<dependencies>
...
...
xxl-job-core/src/main/java/com/xxl/job/core/handler/IJobHandler.java
浏览文件 @
49b4a467
...
@@ -9,7 +9,7 @@ public abstract class IJobHandler extends HandlerRepository{
...
@@ -9,7 +9,7 @@ public abstract class IJobHandler extends HandlerRepository{
/**
/**
* job handler <br><br>
* job handler <br><br>
* the return Object will be and stored
* the return Object will be and stored
* @param param
* @param param
s
* @return
* @return
* @throws Exception
* @throws Exception
*/
*/
...
...
xxl-job-executor-example/pom.xml
浏览文件 @
49b4a467
...
@@ -4,10 +4,10 @@
...
@@ -4,10 +4,10 @@
<parent>
<parent>
<groupId>
com.xxl
</groupId>
<groupId>
com.xxl
</groupId>
<artifactId>
xxl-job
</artifactId>
<artifactId>
xxl-job
</artifactId>
<version>
1.4.0-SNAPSHOT
</version>
<version>
${xxl-job.version}
</version>
</parent>
</parent>
<artifactId>
xxl-job-executor-example
</artifactId>
<artifactId>
xxl-job-executor-example
</artifactId>
<version>
1.3.1-SNAPSHOT
</version>
<version>
${xxl-job.version}
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<dependency>
<dependency>
<groupId>
com.xxl
</groupId>
<groupId>
com.xxl
</groupId>
<artifactId>
xxl-job-core
</artifactId>
<artifactId>
xxl-job-core
</artifactId>
<version>
1.3.2
</version>
<version>
${xxl-job.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论