Package org.flowable.spring.boot
Class RestApiAutoConfiguration.ProcessEngineRestApiConfiguration
java.lang.Object
org.flowable.spring.boot.rest.BaseRestApiConfiguration
org.flowable.spring.boot.RestApiAutoConfiguration.ProcessEngineRestApiConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- RestApiAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.flowable.rest.service.api.RestUrls.class)
@ConditionalOnBean(org.flowable.engine.ProcessEngine.class)
@EnableConfigurationProperties(FlowableProcessProperties.class)
public static class RestApiAutoConfiguration.ProcessEngineRestApiConfiguration
extends BaseRestApiConfiguration
-
Field Summary
Fields inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
applicationContext, multipartConfigElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.ServletRegistrationBeanprocessService(FlowableProcessProperties properties) Methods inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
registerServlet, setApplicationContext, setMultipartConfigElement
-
Constructor Details
-
ProcessEngineRestApiConfiguration
public ProcessEngineRestApiConfiguration()
-
-
Method Details
-
processService
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean processService(FlowableProcessProperties properties)
-