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