Package com.flowable.spring.boot.content
Class ContentEngineRestConfiguration
java.lang.Object
com.flowable.spring.boot.content.ContentEngineRestConfiguration
@Import(DispatcherServletConfiguration.class) @ComponentScan("com.flowable.content.rest.service.api") public class ContentEngineRestConfiguration extends java.lang.Object
Component scan for the Content Rest API Configuration.
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors Constructor Description ContentEngineRestConfiguration()
-
Method Summary
Modifier and Type Method Description ContentRestResponseFactory
contentRestResponseFactory()
-
Constructor Details
-
ContentEngineRestConfiguration
public ContentEngineRestConfiguration()
-
-
Method Details