# quartz **Repository Path**: lzy_code/quartz ## Basic Information - **Project Name**: quartz - **Description**: quartz 定制任务系统 包含定时任务页面管理,增删改查,暂停,执行等功能。包含定时任务执行日志。 从若依框架中剥离出来,简单可以直接内嵌到自己系统中,与自己系统解耦,无侵入。 技术栈:html、jquery、thymeleaf、SpringBoot、quartz、mybaties、pagehelper、mysql - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-11 - **Last Updated**: 2024-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: quartz ## README # quartz 定制任务系统 > Spring Boot集成持久化Quartz定时任务管理和界面展示 > 包含定时任务页面管理,增删改查,暂停,执行等功能。包含定时任务执行日志。 > 从若依框架中剥离出来,简单可以直接内嵌到自己系统中,与自己系统解耦,无侵入。 > 技术栈:html、jquery、thymeleaf、SpringBoot、quartz、mybaties、pagehelper、mysql > 使用方法: 1. 在RyTask类中添加自己需要定时的方法。参考:RyTask类示例方法。 2. 在job页面新增任务时,配置调用目标字符串。 > 项目访问: http://localhost:8080/job http://localhost:8080/jobLog ![1](https://img-blog.csdnimg.cn/09b3d7ad9cf34f279ac502026cf2bc85.png) ![2](https://img-blog.csdnimg.cn/e74879ef7e894053ba7f474c01c56682.png) ![3](https://img-blog.csdnimg.cn/cee44f9cad124658a1287fff505739e8.png) ![4](https://img-blog.csdnimg.cn/64913ffc30704ec5a95ad946436b141f.png) ![6](https://img-blog.csdnimg.cn/04e123172c934f4abbd9e3494f43f17a.png)