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 springfox.documentation.spring.web.plugins.DocketjuelApiDocket(SwaggerDocketBuilder swaggerDocketBuilder, String swaggerBasePath)
-
-
-
Method Detail
-
juelApiDocket
@Bean(name="juelApiDocket") @ConditionalOnMissingBean(name="juelApiDocket") public springfox.documentation.spring.web.plugins.Docket juelApiDocket(SwaggerDocketBuilder swaggerDocketBuilder, @Value("${activiti.cloud.swagger.juel-base-path:}") String swaggerBasePath)
-
-