Class RuntimeBundleSwaggerConfig

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Configuration
    public class RuntimeBundleSwaggerConfig
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • RuntimeBundleSwaggerConfig

        public RuntimeBundleSwaggerConfig()
    • Method Detail

      • runtimeBundleApi

        @Bean
        @ConditionalOnMissingBean(name="runtimeBundleApi")
        public org.springdoc.core.GroupedOpenApi runtimeBundleApi​(@Value("${activiti.cloud.swagger.rb-base-path:}")
                                                                  String swaggerBasePath)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception