|  | @ -1,5 +1,6 @@
 | 
	
		
			
				|  |  | package com.yihu.jw;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | import com.github.xiaoymin.swaggerbootstrapui.annotations.EnableSwaggerBootstrapUI;
 | 
	
		
			
				|  |  | import org.springframework.context.annotation.Bean;
 | 
	
		
			
				|  |  | import org.springframework.context.annotation.Configuration;
 | 
	
		
			
				|  |  | import springfox.documentation.builders.ApiInfoBuilder;
 | 
	
	
		
			
				|  | @ -22,6 +23,7 @@ import static springfox.documentation.builders.PathSelectors.regex;
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | @Configuration
 | 
	
		
			
				|  |  | @EnableSwagger2
 | 
	
		
			
				|  |  | @EnableSwaggerBootstrapUI
 | 
	
		
			
				|  |  | public class SwaggerConfig {
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     public static final String API_VERSION = "v1.0";
 |