Class JuelSwaggerConfig
- java.lang.Object
-
- org.activiti.cloud.starter.juel.configuration.JuelSwaggerConfig
-
@Configuration public class JuelSwaggerConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description JuelSwaggerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springdoc.core.GroupedOpenApijuelApi(String swaggerBasePath)
-
-
-
Method Detail
-
juelApi
@Bean @ConditionalOnMissingBean(name="juelApi") public org.springdoc.core.GroupedOpenApi juelApi(@Value("${activiti.cloud.swagger.juel-base-path:}") String swaggerBasePath)
-
-