# Springboot Quartz **Repository Path**: chewers/springboot-quartz ## Basic Information - **Project Name**: Springboot Quartz - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-30 - **Last Updated**: 2021-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 配置 - DDL: [dbTables](quartz-2.3.0-SNAPSHOT/docs/dbTables) - [quartz.sql](src/main/resources/quartz.sql)最后一张表保存自定义job,与[Quartz.java](src/main/java/com/qwy/core/quartz/entity/Quartz.java)中的``@TableName``的value值对应 # TODO - 问题:重部署,服务空挡未运行的task,会在服务部署完毕后,立即执行一次