@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties(value=org.flowable.ui.modeler.properties.FlowableModelerAppProperties.class)
@ComponentScan(basePackages={"org.flowable.ui.modeler.conf","org.flowable.ui.modeler.repository","org.flowable.ui.modeler.service","org.flowable.ui.modeler.security","org.flowable.ui.common.conf","org.flowable.ui.common.filter","org.flowable.ui.common.service","org.flowable.ui.common.repository","org.flowable.ui.common.security","org.flowable.ui.common.tenant"})
public class ApplicationConfiguration
extends Object