forked from songwie/task
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<p> | ||
<strong>统一任务管理系统</strong> | ||
</p> | ||
<p> | ||
<br /> | ||
</p> | ||
<p> | ||
代码地址:<a href="https://github.com/songwie/task" target="_blank">https://github.com/songwie/task</a> | ||
</p> | ||
<p> | ||
<br /> | ||
</p> | ||
<p> | ||
任务管理系统是一个java 实现的,<strong>spring</strong> 集成<strong>quartz</strong>的动态任务管理系统, 通过该应用可以动态管理任务的调用,无需重启服务。 | ||
</p> | ||
<p> | ||
任务既可以通过http 的方式调用统一RES 的方式调用其它项目任务,也可以在task 中管理执行自己任务,部署task 新任务,通过 虚拟机class reload,无需重启。 | ||
</p> | ||
<p> | ||
技术架构: | ||
</p> | ||
<p> | ||
springMVC + JPA + jquery | ||
</p> | ||
<p> | ||
<br /> | ||
</p> | ||
<p> | ||
<br /> | ||
</p> | ||
<p> | ||
截图: | ||
</p> | ||
<p> | ||
<br /> | ||
</p> | ||
<p> | ||
<img src="/attached/image/20150215/20150215114720_395.png" alt="" /> | ||
</p> | ||
<p> | ||
<br /> | ||
</p> | ||
<p> | ||
<img src="/attached/image/20150215/20150215114739_785.png" alt="" /> | ||
</p> | ||
<p> | ||
<br /> | ||
</p> |