All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pythagoras.common.swaggerui.SwaggerPropertiesConfiguration Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
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