fix: sample示例包扫描修改

This commit is contained in:
Xiang
2026-01-06 11:16:57 +08:00
parent 9f05202c16
commit 95a590f088

View File

@@ -9,7 +9,7 @@ import org.springframework.context.annotation.ComponentScan;
* @Author: xiang
* @Date: 2026-01-06 09:52
*/
@EnableXxzJob(basePackages = {"com.xiang.app.quartz.sample.springboot.schedule.TestXxzJob1"})
@EnableXxzJob(basePackages = {"com.xiang.app.quartz.sample.springboot.schedule"})
@SpringBootApplication
@ComponentScan(basePackages = {
"com.xiang.*"