在我的Springboot应用程序中,我将WebFlux依赖为spring-boot-starter-webflux,在服务器启动时,它显示应用程序已准备好使用Netty。NettyWebServer:Netty started on port(s): 8080
另外,我有SpringBoot Actuator依赖项,并在端口9443 spring</
我的自动配置文件在Spring-Boot应用程序中不起作用。我将我的配置应用程序文件附加到下面: @Configuration@ComponentScan@EnableScheduling(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.4.3.RELEASE.jar:1.4.3.RELEASE]
at org.springf