minor doc changes based on RC5 migration experience
This commit is contained in:
@@ -422,7 +422,7 @@ that sets up the connector to be secure:
|
||||
private static class MyCustomizer implements EmbeddedServletContainerCustomizer {
|
||||
|
||||
@Override
|
||||
public void customize(ConfigurableEmbeddedServletContainerFactory factory) {
|
||||
public void customize(ConfigurableEmbeddedServletContainer factory) {
|
||||
if(factory instanceof TomcatEmbeddedServletContainerFactory) {
|
||||
customizeTomcat((TomcatEmbeddedServletContainerFactory) factory));
|
||||
}
|
||||
|
||||
@@ -82,6 +82,7 @@ keep the benefit of the dependency management (but not the plugin management) us
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>{spring-boot-version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user