Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Error In GatewayAutoConfiguration.class #3

Open
bigshi opened this issue Nov 21, 2018 · 1 comment
Open

Import Error In GatewayAutoConfiguration.class #3

bigshi opened this issue Nov 21, 2018 · 1 comment

Comments

@bigshi
Copy link

bigshi commented Nov 21, 2018

import reactor.ipc.netty.http.client.HttpClient; import reactor.ipc.netty.http.client.HttpClientOptions; import reactor.ipc.netty.options.ClientProxyOptions; import reactor.ipc.netty.resources.PoolResources;

Are these import package names correct?
example:
I noticed that HttpClient.class package name is reactor.netty.http.client in reactor-netty-0.8.2.RELEASE.jar

@bigshi
Copy link
Author

bigshi commented Nov 21, 2018

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> </dependency>
org.springframework.boot:spring-boot-starter-webflux:2.1.0.RELEASE
org.springframework.boot:spring-boot-starter-reactor-netty:2.1.0.RELEASE
io.projectreactor.netty:reactor-netty:0.8.2.RELEASE

<!-- https://mvnrepository.com/artifact/io.projectreactor.ipc/reactor-netty --> <dependency> <groupId>io.projectreactor.ipc</groupId> <artifactId>reactor-netty</artifactId> <version>0.7.10.RELEASE</version> </dependency>
Maybe you need to add it separately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant