[update] 显式指定注解处理器,4.x

This commit is contained in:
wujiawei
2026-01-06 23:30:55 +08:00
parent 9d9f3fc4c6
commit 4d6c5fcbd7
47 changed files with 198 additions and 87 deletions

View File

@@ -12,7 +12,7 @@
//public class NettyMulticastExample {
//
// public static void main(String[] args) throws Exception {
// EventLoopGroup group = new NioEventLoopGroup();
// EventLoopGroup group = new MultiThreadIoEventLoopGroup(NioIoHandler.newFactory());
// try {
// Bootstrap b = new Bootstrap();
// b.group(group)