From fcbce36f8734813b13c8f9c5b26b4bd192274534 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 17 十一月 2025 16:30:28 +0800
Subject: [PATCH] 工程打印明细新增玻璃编号显示

---
 north-glass-erp/src/main/java/com/example/erp/tools/netty/NettyServer.java |   17 ++---------------
 1 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/north-glass-erp/src/main/java/com/example/erp/tools/netty/NettyServer.java b/north-glass-erp/src/main/java/com/example/erp/tools/netty/NettyServer.java
index b2e66bd..8321409 100644
--- a/north-glass-erp/src/main/java/com/example/erp/tools/netty/NettyServer.java
+++ b/north-glass-erp/src/main/java/com/example/erp/tools/netty/NettyServer.java
@@ -1,18 +1,5 @@
 package com.example.erp.tools.netty;
 
-import io.netty.bootstrap.ServerBootstrap;
-import io.netty.channel.ChannelFuture;
-import io.netty.channel.ChannelInitializer;
-import io.netty.channel.ChannelOption;
-import io.netty.channel.EventLoopGroup;
-import io.netty.channel.nio.NioEventLoopGroup;
-import io.netty.channel.socket.SocketChannel;
-import io.netty.channel.socket.nio.NioServerSocketChannel;
-import io.netty.handler.codec.http.HttpObjectAggregator;
-import io.netty.handler.codec.http.HttpServerCodec;
-import io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler;
-import io.netty.handler.stream.ChunkedWriteHandler;
-
 /**
  * NettyServer Netty鏈嶅姟鍣ㄩ厤缃�
  * @author zhengkai.blog.csdn.net
@@ -25,7 +12,7 @@
         this.port = port;
     }
 
-    public void start() throws Exception {
+    /*public void start() throws Exception {
         EventLoopGroup bossGroup = new NioEventLoopGroup();
 
         EventLoopGroup group = new NioEventLoopGroup();
@@ -56,7 +43,7 @@
             group.shutdownGracefully().sync(); // 閲婃斁绾跨▼姹犺祫婧�
             bossGroup.shutdownGracefully().sync();
         }
-    }
+    }*/
 }
 
 

--
Gitblit v1.8.0