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

io.github.selectorrr.starters.swagger.SwaggerAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package io.github.selectorrr.starters.swagger;

import io.github.selectorrr.starters.swagger.config.SwaggerSpringBootProperties;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan
@EnableConfigurationProperties(SwaggerSpringBootProperties.class)
@Slf4j
public class SwaggerAutoConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy