Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2017-09-25 10:08:21 +02:00
4 changed files with 7 additions and 5 deletions

View File

@@ -163,9 +163,7 @@ public class JacksonAutoConfiguration {
private final ApplicationContext applicationContext;
JacksonObjectMapperBuilderConfiguration(ApplicationContext applicationContext,
JacksonProperties jacksonProperties,
List<Jackson2ObjectMapperBuilderCustomizer> customizers) {
JacksonObjectMapperBuilderConfiguration(ApplicationContext applicationContext) {
this.applicationContext = applicationContext;
}

View File

@@ -104,7 +104,8 @@ public class DataSourceProperties
private boolean initialize = true;
/**
* Platform to use in the schema resource (schema-${platform}.sql).
* Platform to use in the DDL or DML scripts (e.g. schema-${platform}.sql or
* data-${platform}.sql).
*/
private String platform = "all";