Class RuntimeBundleSwaggerConfig
- java.lang.Object
-
- org.activiti.cloud.starter.rb.configuration.RuntimeBundleSwaggerConfig
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Configuration public class RuntimeBundleSwaggerConfig extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description RuntimeBundleSwaggerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()org.springdoc.core.GroupedOpenApiruntimeBundleApi(String swaggerBasePath)
-
-
-
Method Detail
-
runtimeBundleApi
@Bean @ConditionalOnMissingBean(name="runtimeBundleApi") public org.springdoc.core.GroupedOpenApi runtimeBundleApi(@Value("${activiti.cloud.swagger.rb-base-path:}") String swaggerBasePath)
-
-