@Configuration(proxyBeanMethods=false) @ConditionalOnContentEngine @EnableConfigurationProperties(value={FlowableProperties.class,FlowableContentProperties.class}) @AutoConfigureAfter(value={AppEngineAutoConfiguration.class,ProcessEngineAutoConfiguration.class}) @AutoConfigureBefore(value={AppEngineServicesAutoConfiguration.class,ProcessEngineServicesAutoConfiguration.class}) public class ContentEngineAutoConfiguration extends AbstractEngineAutoConfiguration
Auto-Configuration for the Content Engine| Modifier and Type | Class and Description |
|---|---|
static class |
ContentEngineAutoConfiguration.ContentEngineAppConfiguration |
static class |
ContentEngineAutoConfiguration.ContentEngineProcessConfiguration |
| Modifier and Type | Field and Description |
|---|---|
protected FlowableContentProperties |
contentProperties |
flowableProperties, logger, resourcePatternResolver| Constructor and Description |
|---|
ContentEngineAutoConfiguration(FlowableProperties flowableProperties,
FlowableContentProperties contentProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.content.spring.SpringContentEngineConfiguration |
contentEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager) |
configureEngine, defaultIfNotNull, defaultText, discoverDeploymentResources, getCustomMybatisMapperClasses, setResourcePatternResolverprotected final FlowableContentProperties contentProperties
public ContentEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableContentProperties contentProperties)
@Bean @ConditionalOnMissingBean public org.flowable.content.spring.SpringContentEngineConfiguration contentEngineConfiguration(DataSource dataSource, org.springframework.transaction.PlatformTransactionManager platformTransactionManager)
Copyright © 2020 Flowable. All rights reserved.