How to prevent embedded netty server from starting with spring-boot-starter-webflux?
问题 I want to establish a communication between a client and server application using Springs new reactive webflux extension. For dependency management I use gradle . My build.gradle file on the server, as well as on the client side basically is: buildscript { repositories { mavenCentral() maven { url "https://repo.spring.io/snapshot" } } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.0.BUILD-SNAPSHOT") } } repositories { mavenCentral() maven { url "https://repo