- All Implemented Interfaces:
- com.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer
@Configuration
@ConditionalOnBean(value=springfox.documentation.swagger2.configuration.Swagger2DocumentationConfiguration.class)
public class Swagger2AutoConfiguration
extends Object
implements com.foreach.across.core.context.bootstrap.AcrossBootstrapConfigurer
Enables Swagger2 in Spring Boot applications.
Ensures that the correct ObjectMapper is detected and is published by the ObjectMapperConfigurer using the ObjectMapperConfigured event.
- Since:
- 1.0.0
- Author:
- Steven Gentens