update netty引入业务线程池

This commit is contained in:
Lemon
2025-07-22 14:23:50 +08:00
parent 57487e5892
commit 0e7cd0b33c
4 changed files with 43 additions and 8 deletions

View File

@@ -16,6 +16,8 @@ import io.netty.handler.logging.LogLevel;
import io.netty.handler.logging.LoggingHandler;
import io.netty.handler.timeout.IdleStateHandler;
import io.netty.util.ResourceLeakDetector;
import io.netty.util.concurrent.DefaultEventExecutorGroup;
import io.netty.util.concurrent.EventExecutorGroup;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;