fix: sample示例包扫描修改
This commit is contained in:
@@ -9,7 +9,7 @@ import org.springframework.context.annotation.ComponentScan;
|
|||||||
* @Author: xiang
|
* @Author: xiang
|
||||||
* @Date: 2026-01-06 09:52
|
* @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
|
@SpringBootApplication
|
||||||
@ComponentScan(basePackages = {
|
@ComponentScan(basePackages = {
|
||||||
"com.xiang.*"
|
"com.xiang.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user