@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=FlowableTaskAppProperties.class) @ComponentScan(basePackages={"org.flowable.ui.task.conf","org.flowable.ui.task.service","org.flowable.ui.task.model.component","org.flowable.ui.common.repository"}) @EnableScheduling @EnableAsync public class ApplicationConfiguration extends Object
| Constructor and Description |
|---|
ApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.task.TaskExecutorCustomizer |
flowableTaskTaskExecutorCustomizer() |
Copyright © 2023 Flowable. All rights reserved.