@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=org.flowable.ui.idm.properties.FlowableIdmAppProperties.class) @AutoConfigureBefore(value=org.flowable.spring.boot.FlowableSecurityAutoConfiguration.class) @ComponentScan(basePackages={"org.flowable.ui.idm.conf","org.flowable.ui.idm.security","org.flowable.ui.idm.service"}, excludeFilters=) public class ApplicationConfiguration extends Object
| Constructor and Description |
|---|
ApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> |
idmApiServlet(org.springframework.context.ApplicationContext applicationContext) |
org.springframework.web.servlet.config.annotation.WebMvcConfigurer |
idmApplicationWebMvcConfigurer() |
org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> |
idmAppServlet(org.springframework.context.ApplicationContext applicationContext) |
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> idmApiServlet(org.springframework.context.ApplicationContext applicationContext)
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> idmAppServlet(org.springframework.context.ApplicationContext applicationContext)
@Bean public org.springframework.web.servlet.config.annotation.WebMvcConfigurer idmApplicationWebMvcConfigurer()
Copyright © 2021 Flowable. All rights reserved.