@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.flowable.app.rest.AppRestUrls.class) @ConditionalOnBean(value=org.flowable.app.engine.AppEngine.class) public static class RestApiAutoConfiguration.AppEngineRestApiConfiguration extends BaseRestApiConfiguration
applicationContext, multipartConfigElement| Constructor and Description |
|---|
AppEngineRestApiConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
appServlet(FlowableAppProperties properties) |
registerServlet, setApplicationContext, setMultipartConfigElement@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean appServlet(FlowableAppProperties properties)
Copyright © 2021 Flowable. All rights reserved.