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

message.swagger.config.CosmosSwaggerConfiguration Maven / Gradle / Ivy

There is a newer version: 2.5.9
Show newest version
package message.swagger.config;

import com.mangofactory.swagger.plugin.EnableSwagger;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;

/**
 * 添加swagger部分的包扫描路径.
 *
 * @author sunhao([email protected])
 * @version V1.0, 16/1/18 下午11:05
 */
@Configuration
@EnableSwagger
@ComponentScan(basePackages = {"message.swagger"})
@Profile("swagger")
public class CosmosSwaggerConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy