xuxueli 8 anos atrás
pai
commit
1090c2475d

+ 2 - 2
README.md Ver arquivo

107
 [http://git.oschina.net/xuxueli0323/xxl-job](http://git.oschina.net/xuxueli0323/xxl-job) | [Download](http://git.oschina.net/xuxueli0323/xxl-job/releases)
107
 [http://git.oschina.net/xuxueli0323/xxl-job](http://git.oschina.net/xuxueli0323/xxl-job) | [Download](http://git.oschina.net/xuxueli0323/xxl-job/releases)
108
 
108
 
109
 
109
 
110
-#### 中央仓库地址 (最新Release版本:1.7.2)
110
+#### 中央仓库地址 (最新Release版本:1.8.0)
111
 
111
 
112
 ```
112
 ```
113
 <!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
113
 <!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
114
 <dependency>
114
 <dependency>
115
     <groupId>com.xuxueli</groupId>
115
     <groupId>com.xuxueli</groupId>
116
     <artifactId>xxl-job-core</artifactId>
116
     <artifactId>xxl-job-core</artifactId>
117
-    <version>1.7.2</version>
117
+    <version>1.8.0</version>
118
 </dependency>
118
 </dependency>
119
 ```
119
 ```
120
 
120
 

+ 3 - 2
doc/XXL-JOB官方文档.md Ver arquivo

98
 [http://git.oschina.net/xuxueli0323/xxl-job](http://git.oschina.net/xuxueli0323/xxl-job) | [Download](http://git.oschina.net/xuxueli0323/xxl-job/releases)
98
 [http://git.oschina.net/xuxueli0323/xxl-job](http://git.oschina.net/xuxueli0323/xxl-job) | [Download](http://git.oschina.net/xuxueli0323/xxl-job/releases)
99
 
99
 
100
 
100
 
101
-#### 中央仓库地址 (最新Release版本:1.7.2)
101
+#### 中央仓库地址 (最新Release版本:1.8.0)
102
 
102
 
103
 ```
103
 ```
104
 <!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
104
 <!-- http://repo1.maven.org/maven2/com/xuxueli/xxl-job-core/ -->
105
 <dependency>
105
 <dependency>
106
     <groupId>com.xuxueli</groupId>
106
     <groupId>com.xuxueli</groupId>
107
     <artifactId>xxl-job-core</artifactId>
107
     <artifactId>xxl-job-core</artifactId>
108
-    <version>1.7.2</version>
108
+    <version>1.8.0</version>
109
 </dependency>
109
 </dependency>
110
 ```
110
 ```
111
 
111
 
894
 - 7、调度任务优先级;
894
 - 7、调度任务优先级;
895
 - 8、移除quartz依赖,重写调度模块:新增或恢复任务时将下次执行记录插入delayqueue,调度中心集群竞争分布式锁,成功节点批量加载到期delayqueue数据,批量执行。
895
 - 8、移除quartz依赖,重写调度模块:新增或恢复任务时将下次执行记录插入delayqueue,调度中心集群竞争分布式锁,成功节点批量加载到期delayqueue数据,批量执行。
896
 - 9、任务执行结果回调失败后重试:待定,防止回调死循环;
896
 - 9、任务执行结果回调失败后重试:待定,防止回调死循环;
897
+- 10、springboot 和 docker镜像;
897
 
898
 
898
 ## 七、其他
899
 ## 七、其他
899
 
900
 

+ 1 - 1
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl Ver arquivo

175
 
175
 
176
 <#macro commonFooter >
176
 <#macro commonFooter >
177
 	<footer class="main-footer">
177
 	<footer class="main-footer">
178
-        Powered by <b>XXL-JOB</b> 1.8(快照版)
178
+        Powered by <b>XXL-JOB</b> 1.8
179
 		<div class="pull-right hidden-xs">
179
 		<div class="pull-right hidden-xs">
180
             <strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
180
             <strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
181
                 <a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>&nbsp;
181
                 <a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>&nbsp;