新增参数清单截止时间定时任务,认证参数任务模块消息处理完毕

This commit is contained in:
CD
2022-10-26 14:33:21 +08:00
parent 69e26ff9bb
commit 6794e56cfe
6 changed files with 193 additions and 2 deletions
@@ -11,6 +11,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.core.env.Environment;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.web.socket.server.standard.ServerEndpointExporter;
import java.net.InetAddress;
@@ -25,6 +26,7 @@ import java.net.UnknownHostException;
@SpringBootApplication
@EnableEurekaClient
@EnableFeignClients
@EnableScheduling
public class LawNioApplication extends SpringBootServletInitializer {
@Override