Package org.flowable.spring.boot.app
Class AppEngineRestConfiguration
- java.lang.Object
-
- org.flowable.spring.boot.app.AppEngineRestConfiguration
-
@Import(DispatcherServletConfiguration.class) @ComponentScan("org.flowable.app.rest.service.api") public class AppEngineRestConfiguration extends Object
Component scan for the App engine REST API Configuration.- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description AppEngineRestConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppRestResponseFactoryappRestResponseFactory()
-
-
-
Method Detail
-
appRestResponseFactory
@Bean public AppRestResponseFactory appRestResponseFactory()
-
-