io.pythagoras.common.swaggerui.SwaggerPropertiesConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-ui Show documentation
Show all versions of swagger-ui Show documentation
Pythagoras Common Libs - Swagger UI
package io.pythagoras.common.swaggerui;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties(SwaggerProperties.class)
public class SwaggerPropertiesConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy