@Configuration(proxyBeanMethods=false) @ConditionalOnAppEngine @EnableConfigurationProperties(value={FlowableProperties.class,FlowableAutoDeploymentProperties.class,FlowableAppProperties.class,FlowableIdmProperties.class,FlowableEventRegistryProperties.class}) public class AppEngineAutoConfiguration extends AbstractSpringEngineAutoConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected FlowableAppProperties |
appProperties |
protected FlowableAutoDeploymentProperties |
autoDeploymentProperties |
protected FlowableEventRegistryProperties |
eventProperties |
protected FlowableIdmProperties |
idmProperties |
flowableProperties, logger, resourcePatternResolver| Constructor and Description |
|---|
AppEngineAutoConfiguration(FlowableProperties flowableProperties,
FlowableAppProperties appProperties,
FlowableIdmProperties idmProperties,
FlowableEventRegistryProperties eventProperties,
FlowableAutoDeploymentProperties autoDeploymentProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.app.spring.SpringAppEngineConfiguration |
springAppEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<List<org.flowable.common.spring.AutoDeploymentStrategy<org.flowable.app.engine.AppEngine>>> appAutoDeploymentStrategies) |
configureSpringEngine, getIfAvailableconfigureEngine, defaultIfNotNull, defaultText, discoverDeploymentResources, getCustomMybatisMapperClasses, setResourcePatternResolverprotected final FlowableAppProperties appProperties
protected final FlowableIdmProperties idmProperties
protected final FlowableEventRegistryProperties eventProperties
protected final FlowableAutoDeploymentProperties autoDeploymentProperties
public AppEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
@Bean @ConditionalOnMissingBean public org.flowable.app.spring.SpringAppEngineConfiguration springAppEngineConfiguration(DataSource dataSource, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, org.springframework.beans.factory.ObjectProvider<List<org.flowable.common.spring.AutoDeploymentStrategy<org.flowable.app.engine.AppEngine>>> appAutoDeploymentStrategies) throws IOException
IOExceptionCopyright © 2020 Flowable. All rights reserved.