Class ApplicationUpgradeContextAutoConfiguration
java.lang.Object
org.activiti.core.common.spring.project.conf.ApplicationUpgradeContextAutoConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationUpgradeContextService(String absolutePath, Integer enforcedAppVersion, Boolean isRollbackDeployment, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.core.io.support.ResourcePatternResolver resourceLoader) com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Details
-
ApplicationUpgradeContextAutoConfiguration
public ApplicationUpgradeContextAutoConfiguration()
-
-
Method Details
-
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, @Value("${activiti.deploy.after-rollback:false}") Boolean isRollbackDeployment, com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.springframework.core.io.support.ResourcePatternResolver resourceLoader)
-