@Configuration @ConditionalOnAppEngine @EnableConfigurationProperties(value={FlowableProperties.class,FlowableAppProperties.class,FlowableIdmProperties.class}) public class AppEngineAutoConfiguration extends AbstractSpringEngineAutoConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected FlowableAppProperties |
appProperties |
protected FlowableIdmProperties |
idmProperties |
flowableProperties, logger, resourcePatternResolver| Constructor and Description |
|---|
AppEngineAutoConfiguration(FlowableProperties flowableProperties,
FlowableAppProperties appProperties,
FlowableIdmProperties idmProperties) |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.app.spring.SpringAppEngineConfiguration |
springAppEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager) |
configureSpringEngine, getIfAvailableconfigureEngine, defaultText, discoverDeploymentResources, getCustomMybatisMapperClasses, setResourcePatternResolverprotected final FlowableAppProperties appProperties
protected final FlowableIdmProperties idmProperties
public AppEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties)
@Bean @ConditionalOnMissingBean public org.flowable.app.spring.SpringAppEngineConfiguration springAppEngineConfiguration(DataSource dataSource, org.springframework.transaction.PlatformTransactionManager platformTransactionManager) throws IOException
IOExceptionCopyright © 2018 Flowable. All rights reserved.