南昌市物联网技防平台-后台
钟日健
2021-02-25 b27e22e737c8d7bafa1473425b5ae3393db99901
blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/JfptApplication.java
@@ -18,12 +18,9 @@
import org.springblade.core.cloud.feign.EnableBladeFeign;
import org.springblade.core.launch.BladeApplication;
import org.springblade.core.launch.constant.AppConstant;
import org.springblade.jfpt.nettyServer.Server;
import org.springblade.jfpt.nettyUdpServer.server.UdpServer;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.cloud.client.SpringCloudApplication;
/**
 * Desk启动器
@@ -41,7 +38,9 @@
   @Override
   public void run(String... args) throws Exception {
      Server server=new Server(8088);
      UdpServer udpServer=new UdpServer(8099);
      //Server server=new Server(8088);
   }
}