|  |  |  | @ -2,13 +2,17 @@ package com.glxp.udidl.admin.config; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | import org.springframework.context.annotation.Bean; | 
			
		
	
		
			
				
					|  |  |  |  | import org.springframework.context.annotation.Configuration; | 
			
		
	
		
			
				
					|  |  |  |  | import org.springframework.context.annotation.Profile; | 
			
		
	
		
			
				
					|  |  |  |  | import springfox.documentation.builders.ApiInfoBuilder; | 
			
		
	
		
			
				
					|  |  |  |  | import springfox.documentation.builders.PathSelectors; | 
			
		
	
		
			
				
					|  |  |  |  | import springfox.documentation.builders.RequestHandlerSelectors; | 
			
		
	
		
			
				
					|  |  |  |  | import springfox.documentation.spi.DocumentationType; | 
			
		
	
		
			
				
					|  |  |  |  | import springfox.documentation.spring.web.plugins.Docket; | 
			
		
	
		
			
				
					|  |  |  |  | import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | @Profile({"dev"}) | 
			
		
	
		
			
				
					|  |  |  |  | @Configuration | 
			
		
	
		
			
				
					|  |  |  |  | @EnableSwagger2WebMvc | 
			
		
	
		
			
				
					|  |  |  |  | public class SwaggerConfig { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     @Bean(value = "defaultApi2") | 
			
		
	
	
		
			
				
					|  |  |  | 
 |