minor doc changes based on RC5 migration experience

This commit is contained in:
hoserdude
2014-03-21 20:53:32 -07:00
committed by Dave Syer
parent 373e2c5156
commit 5ef7bda47a
2 changed files with 2 additions and 1 deletions

View File

@@ -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));
}

View File

@@ -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>