Merge branch '1.5.x'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user