package com.kidgrow.zuul.config;
import com.didispace.swagger.butler.EnableSwaggerButler;
import org.springframework.context.annotation.Configuration;
/**
* 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020
*
* @Description: swagger 聚合文档配置
* @Project:
* @CreateDate: Created in 2020/2/25 12:30
* @Author: liuke
*/
@Configuration
@EnableSwaggerButler
public class SwaggerConfig {
}