项目升级到 Spring Boot 4

This commit is contained in:
RuoYi
2026-03-10 16:20:30 +08:00
parent 1d294464a7
commit c5677434cf
78 changed files with 549 additions and 447 deletions

View File

@@ -1,7 +1,7 @@
package com.ruoyi.quartz.service.impl;
import java.util.List;
import javax.annotation.PostConstruct;
import jakarta.annotation.PostConstruct;
import org.quartz.JobDataMap;
import org.quartz.JobKey;
import org.quartz.Scheduler;