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