增加多网IP探测上报;
优化公网运营商信息; 逻辑标识改为读取外部文件; 增加定时任务清理日志临时文件;
This commit is contained in:
@@ -4,9 +4,11 @@ import com.tongran.agent.client.core.config.GlobalConfig;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
|
||||
|
||||
@SpringBootApplication
|
||||
@EnableScheduling
|
||||
@ComponentScan(basePackages = {"com.tongran.agent.client", "cn.hutool.extra.spring"})
|
||||
public class TrAgentClientApplication {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user