|  | @ -5,6 +5,7 @@ import org.springframework.context.annotation.Configuration;
 | 
	
		
			
				|  |  | import org.springframework.web.context.request.async.DeferredResult;
 | 
	
		
			
				|  |  | import springfox.documentation.builders.PathSelectors;
 | 
	
		
			
				|  |  | import springfox.documentation.service.ApiInfo;
 | 
	
		
			
				|  |  | import springfox.documentation.service.Contact;
 | 
	
		
			
				|  |  | import springfox.documentation.spi.DocumentationType;
 | 
	
		
			
				|  |  | import springfox.documentation.spring.web.plugins.Docket;
 | 
	
		
			
				|  |  | import springfox.documentation.swagger2.annotations.EnableSwagger2;
 | 
	
	
		
			
				|  | @ -34,7 +35,7 @@ public class SwaggerConfig  {
 | 
	
		
			
				|  |  |                 "向其他服务提供的接口。",
 | 
	
		
			
				|  |  |                 "1.0",
 | 
	
		
			
				|  |  |                 "No terms of service",
 | 
	
		
			
				|  |  |                 "admin@jkzl.com",
 | 
	
		
			
				|  |  |                 new Contact("admin@jkzl.com", "", ""),
 | 
	
		
			
				|  |  |                 "The Apache License, Version 2.0",
 | 
	
		
			
				|  |  |                 "http://www.apache.org/licenses/LICENSE-2.0.html"
 | 
	
		
			
				|  |  |         );
 |