|  | @@ -3,7 +3,9 @@ package com.ruoyi.common.swagger.config;
 | 
	
		
			
				|  |  |  import java.util.ArrayList;
 | 
	
		
			
				|  |  |  import java.util.List;
 | 
	
		
			
				|  |  |  import org.springframework.boot.context.properties.ConfigurationProperties;
 | 
	
		
			
				|  |  | +import org.springframework.stereotype.Component;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +@Component
 | 
	
		
			
				|  |  |  @ConfigurationProperties("swagger")
 | 
	
		
			
				|  |  |  public class SwaggerProperties
 | 
	
		
			
				|  |  |  {
 |