我的项目正在使用io.netty,在迁移到springBoot时应该使用什么依赖项?

问题描述

我的项目正在使用io.netty,在迁移到springBoot时应该使用什么依赖项? 项目正在使用,就像使用apache-camel

import org.apache.camel.component.netty4.ChannelHandlerFactory;
import io.netty.channel.ChannelHandler;

现在我必须将此项目迁移到Springboot。应该使用什么依赖项?

<dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-all</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.camel</groupId>
            <artifactId>camel-netty-http-starter</artifactId>
            <version>2.25.2</version>
        </dependency>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)