| | |
| | | package vip.xiaonuo.sys.config; |
| | | |
| | | import cn.hutool.core.collection.CollectionUtil; |
| | | import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.context.annotation.Configuration; |
| | | import springfox.documentation.builders.ApiInfoBuilder; |
| | |
| | | **/ |
| | | @Configuration |
| | | @EnableSwagger2WebMvc |
| | | @ConditionalOnProperty(name = "swagger.enable", havingValue = "true") |
| | | public class SwaggerConfig { |
| | | |
| | | private List<Parameter> getParameters() { |