Polish
Closes gh-6817
This commit is contained in:
committed by
Stephane Nicoll
parent
b7da0bd301
commit
4b9f6869f0
@@ -24,7 +24,7 @@ import org.springframework.data.rest.webmvc.config.RepositoryRestConfigurerAdapt
|
||||
import org.springframework.http.converter.json.Jackson2ObjectMapperBuilder;
|
||||
|
||||
/**
|
||||
* A {@code RepositoryRestConfigurer} that applies that applies configuration items from
|
||||
* A {@code RepositoryRestConfigurer} that applies configuration items from
|
||||
* the {@code spring.data.rest} namespace to Spring Data REST. Also, if a
|
||||
* {@link Jackson2ObjectMapperBuilder} is available, it is used to configure Spring Data
|
||||
* REST's {@link ObjectMapper ObjectMappers}.
|
||||
|
||||
@@ -256,7 +256,7 @@ public class LiquibaseAutoConfigurationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLiquibaseDateSource() {
|
||||
public void testLiquibaseDataSource() {
|
||||
this.context.register(LiquibaseDataSourceConfiguration.class,
|
||||
EmbeddedDataSourceConfiguration.class, LiquibaseAutoConfiguration.class,
|
||||
PropertyPlaceholderAutoConfiguration.class);
|
||||
|
||||
Reference in New Issue
Block a user