Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
songwie committed Feb 15, 2015
1 parent 3e8d0a4 commit 19c4966
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions README.md
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>
&nbsp; &nbsp; &nbsp; 任务既可以通过http 的方式调用统一RES 的方式调用其它项目任务,也可以在task 中管理执行自己任务,部署task 新任务,通过 虚拟机class reload,无需重启。
</p>
<p>
技术架构:
</p>
<p>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 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>

0 comments on commit 19c4966

Please sign in to comment.