@Configuration
@ComponentScan(value={"org.flowable.ui.task.rest","org.flowable.ui.common.rest"})
@EnableAsync
public class AppDispatcherServletConfiguration
extends Object
implements org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations
| Constructor and Description |
|---|
AppDispatcherServletConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping |
getRequestMappingHandlerMapping() |
org.springframework.web.servlet.config.annotation.WebMvcConfigurer |
workflow() |
public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
getRequestMappingHandlerMapping in interface org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations@Bean public org.springframework.web.servlet.config.annotation.WebMvcConfigurer workflow()
Copyright © 2023 Flowable. All rights reserved.