@ -181,7 +181,7 @@ work with m2eclipse, we provide an additional Eclipse plugin that you can instal
@@ -181,7 +181,7 @@ work with m2eclipse, we provide an additional Eclipse plugin that you can instal
===== Install the Spring Formatter plugin
* Select "`Help`" -> "`Install New Software`".
* Add `https://dl.bintray.com/spring/javaformat-eclipse/` as a site.
* Install "Spring Java Format"
* Install "Spring Java Format".
NOTE: The plugin is optional. Projects can be imported without the plugins, your code
@ -6395,7 +6395,7 @@ configured as it requires an `AsyncTaskExecutor` implementation (named
@@ -6395,7 +6395,7 @@ configured as it requires an `AsyncTaskExecutor` implementation (named
an `AsyncConfigurer` wrapping your custom `Executor`.
The auto-configured `TaskExecutorBuilder` allows you to easily create instances that
reproduces what the auto-configuration does by default.
reproduce what the auto-configuration does by default.
====
The thread pool uses 8 core threads that can grow and shrink according to the load. Those
@ -152,9 +152,7 @@ public class SslServerCustomizer implements NettyServerCustomizer {
@@ -152,9 +152,7 @@ public class SslServerCustomizer implements NettyServerCustomizer {