ru.mynewtons.starter.swagger.config.SwaggerAutoConfiguration Maven / Gradle / Ivy
package ru.mynewtons.starter.swagger.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan(basePackages = "ru.mynewtons.starter.swagger")
public class SwaggerAutoConfiguration {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy