@Configuration(proxyBeanMethods=false)
@ComponentScan(basePackages={"org.flowable.ui.admin.repository","org.flowable.ui.common.repository"})
@Import(value=AdminDatabaseConfiguration.class)
@EnableConfigurationProperties(value=org.flowable.ui.admin.properties.FlowableAdminAppProperties.class)
public class ApplicationConfiguration
extends Object
implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
| Constructor and Description |
|---|
ApplicationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.config.annotation.WebMvcConfigurer |
adminApplicationWebMvcConfigurer() |
org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> |
flowableAdminAppServlet(org.springframework.beans.factory.ObjectProvider<javax.servlet.MultipartConfigElement> multipartConfig) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
protected org.springframework.context.ApplicationContext applicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> flowableAdminAppServlet(org.springframework.beans.factory.ObjectProvider<javax.servlet.MultipartConfigElement> multipartConfig)
@Bean public org.springframework.web.servlet.config.annotation.WebMvcConfigurer adminApplicationWebMvcConfigurer()
Copyright © 2021 Flowable. All rights reserved.