Class ApplicationUpgradeContextAutoConfiguration
- java.lang.Object
-
- org.activiti.core.common.spring.project.conf.ApplicationUpgradeContextAutoConfiguration
-
@Configuration public class ApplicationUpgradeContextAutoConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationUpgradeContextAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationUpgradeContextServiceapplicationUpgradeContextService(String absolutePath, Integer enforcedAppVersion, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.core.io.support.ResourcePatternResolver resourceLoader)com.fasterxml.jackson.databind.ObjectMapperobjectMapper()
-
-
-
Method Detail
-
objectMapper
@Bean @ConditionalOnMissingBean @ConditionalOnMissingClass("org.springframework.http.converter.json.Jackson2ObjectMapperBuilder") public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
-
applicationUpgradeContextService
@Bean public ApplicationUpgradeContextService applicationUpgradeContextService(@Value("${project.manifest.file.path:classpath:/default-app.json}") String absolutePath, @Value("${application.version:0}") Integer enforcedAppVersion, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.core.io.support.ResourcePatternResolver resourceLoader)
-
-