@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.flowable.rest.service.api.RestUrls.class) @ConditionalOnBean(value=org.flowable.engine.ProcessEngine.class) @EnableConfigurationProperties(value=FlowableProcessProperties.class) public static class RestApiAutoConfiguration.ProcessEngineRestApiConfiguration extends BaseRestApiConfiguration
applicationContext, multipartConfigElement| Constructor and Description |
|---|
ProcessEngineRestApiConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
processService(FlowableProcessProperties properties) |
registerServlet, setApplicationContext, setMultipartConfigElement@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean processService(FlowableProcessProperties properties)
Copyright © 2021 Flowable. All rights reserved.