This commit is contained in:
Phillip Webb 2019-05-28 17:00:25 -07:00
parent 988f02d766
commit 9a6415375d
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ public class ReactiveWebServerFactoryAutoConfiguration {
return new ReactiveWebServerFactoryCustomizer(serverProperties); return new ReactiveWebServerFactoryCustomizer(serverProperties);
} }
@Bean @Bean
@ConditionalOnClass(name = "org.apache.catalina.startup.Tomcat") @ConditionalOnClass(name = "org.apache.catalina.startup.Tomcat")
public TomcatReactiveWebServerFactoryCustomizer tomcatReactiveWebServerFactoryCustomizer( public TomcatReactiveWebServerFactoryCustomizer tomcatReactiveWebServerFactoryCustomizer(