调整数据采集定时任务
This commit is contained in:
@@ -3,9 +3,11 @@ package com.tongran.agentserver;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
|
||||
@SpringBootApplication
|
||||
@ComponentScan(basePackages = {"com.tongran.agentserver", "cn.hutool.extra.spring"})
|
||||
@EnableScheduling
|
||||
public class AgentServerApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
@@ -13,5 +15,4 @@ public class AgentServerApplication {
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user