# quartz-system **Repository Path**: aerfazhe/quartz-system ## Basic Information - **Project Name**: quartz-system - **Description**: 任务调度系统 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-20 - **Last Updated**: 2023-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # quartz-system #### 介绍 任务调度系统 #### 软件架构 软件架构说明 #### 安装教程 1. git clone https://gitee.com/aerfazhe/quartz-system.git 2. 使用IDEA打开项目 3. 创建mysql对应quartz数据库,导入本项目database文件夹下的quartz.sql 4. 运行quartz-service服务 5. 运行ceac-exam-ui前端服务,启动命令:npm run dev #### 使用说明 1. 任务调度系统内部方法可直接配置xxx.xxx() 2. 其他服务任务调度,可配置对应接口,如http://xxxx/student/findAll() 3. #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request