# QuartzStudy **Repository Path**: howtome/quartz-study ## Basic Information - **Project Name**: QuartzStudy - **Description**: 一个学习quartz,进行任务调度的项目,纯接口调用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-17 - **Last Updated**: 2022-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QuartzStudy #### 介绍 一个学习quartz,进行任务调度的项目,纯接口调用 #### 软件架构 java8+springboot2.3.12 #### 项目结构 ``` ├─sql ├─src │ ├─main │ │ ├─java │ │ │ └─com │ │ │ └─my │ │ │ └─quartz │ │ │ ├─boot │ │ │ │ ├─controller │ │ │ │ ├─mapper │ │ │ │ ├─pojo │ │ │ │ └─service │ │ │ │ └─impl │ │ │ └─hello │ │ └─resources │ └─test │ └─java │ └─com │ └─my │ └─quartz │ └─boot │ └─service │ └─impl └─target ├─classes ├─generated-sources │ └─annotations ├─generated-test-sources │ └─test-annotations └─test-classes ``` #### 调用方式 使用http请求,添加计划任务