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

ru.mynewtons.starter.swagger.config.SwaggerAutoConfiguration Maven / Gradle / Ivy

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