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