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

Spring boot 我的项目正在使用io.netty迁移到springBoot时,我应该使用什么依赖关系?,spring-boot,apache-camel,spring-camel,spring-boot-maven-plugin,Spring Boot,Apache Camel,Spring Camel,Spring Boot Maven Plugin,我的项目正在使用io.netty迁移到springBoot时,我应该使用什么依赖关系? 项目使用的方式与使用ApacheCamel的方式相同 import org.apache.camel.component.netty4.ChannelHandlerFactory; import io.netty.channel.ChannelHandler; 现在我必须将这个项目迁移到Springboot。应该使用什么依赖关系 <dependency> <grou

我的项目正在使用io.netty迁移到springBoot时,我应该使用什么依赖关系? 项目使用的方式与使用ApacheCamel的方式相同

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>

伊奥·内蒂
讨厌的
org.apache.camel
camel netty http启动器
2.25.2