Package com.skava.marketplace
Class AppMarketplaceOrchestrationApplication
java.lang.Object
com.skava.marketplace.AppMarketplaceOrchestrationApplication
@SpringBootApplication(scanBasePackages="com.skava,${spring.additionalPackages.scan}",
exclude=org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration.class)
@ImportResource("classpath:routes.xml")
@PropertySource(value="classpath:swagger.yml",
factory=com.skava.core.yaml.YamlPropertySourceFactory.class)
@EnableConfigurationProperties(com.skava.core.properties.RabbitMQProperties.class)
public class AppMarketplaceOrchestrationApplication
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ORCHESTRATION_API_VERSION
Orchestration_API_VERSION- See Also:
-
-
Constructor Details
-
AppMarketplaceOrchestrationApplication
public AppMarketplaceOrchestrationApplication()
-
-
Method Details
-
main
-
openApi
@Bean @Primary public io.swagger.v3.oas.models.OpenAPI openApi()Docket bean in a Spring Boot configuration to configure Swagger 2 for the application. A Springfox Docket instance provides the primary API configuration with sensible defaults and convenience methods for configuration. Our Spring Boot configuration class, SwaggerConfig is this- Returns:
- The Swagger information of the address validation service.
-
customize
@Bean public org.springdoc.core.customizers.OperationCustomizer customize()
-