-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
aio.core和aio.pro无法同时声明
module{
requires aio.core;
requires aio.pro;
}
在model中添加这两个会模块冲突
ERROR] 错误: 模块 org.eclipse.jetty.util 同时从 aio.pro 和 aio.core 读取程序包 org.smartboot.socket.transport
[ERROR] 错误: 模块 org.eclipse.jetty.io 同时从 aio.pro 和 aio.core 读取程序包 org.smartboot.socket.transport
[ERROR] 错误: 模块 org.eclipse.jetty.http 同时从 aio.pro 和 aio.core 读取程序包 org.smartboot.socket.transport
[ERROR] 错误: 模块 org.eclipse.jetty.server 同时从 aio.pro 和 aio.core 读取程序包 org.smartboot.socket.transport
...
但是我需要import org.smartboot.socket.extension.plugins.SslPlugin;就需要使用aio.pro模块; aio.core若不声明,报错无法访问NetMonitor;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels