Commit 5ef7bda4 authored by hoserdude's avatar hoserdude Committed by Dave Syer

minor doc changes based on RC5 migration experience

parent 373e2c51
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment