Package org.flowable.spring.boot.dmn
Class DmnEngineRestConfiguration
- java.lang.Object
-
- org.flowable.spring.boot.dmn.DmnEngineRestConfiguration
-
@Import(DispatcherServletConfiguration.class) @ComponentScan("org.flowable.dmn.rest.service.api") public class DmnEngineRestConfiguration extends Object
Component scan for the DMN Rest API Configuration.- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description DmnEngineRestConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DmnRestResponseFactorydmnRestResponseFactory()
-
-
-
Method Detail
-
dmnRestResponseFactory
@Bean public DmnRestResponseFactory dmnRestResponseFactory()
-
-