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