Class ApplicationConfiguration


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

      • ApplicationConfiguration

        public ApplicationConfiguration()
    • Method Detail

      • modelerApiServlet

        @Bean
        public org.springframework.boot.web.servlet.ServletRegistrationBean modelerApiServlet​(org.springframework.context.ApplicationContext applicationContext)
      • modelerAppServlet

        @Bean
        public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> modelerAppServlet​(org.springframework.context.ApplicationContext applicationContext,
                                                                                                                                                 org.springframework.beans.factory.ObjectProvider<javax.servlet.MultipartConfigElement> multipartConfig)
      • modelerApplicationWebMvcConfigurer

        @Bean
        public org.springframework.web.servlet.config.annotation.WebMvcConfigurer modelerApplicationWebMvcConfigurer()
      • modelerModelService

        @Bean
        public ModelService modelerModelService()
      • modelerModelImageService

        @Bean
        public ModelImageService modelerModelImageService()