|  | @@ -2,12 +2,14 @@ package org.jeecg.modules.wps.util;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import org.jeecg.modules.wps.util.file.FileUtil;
 | 
	
		
			
				|  |  |  import org.springframework.beans.factory.annotation.Value;
 | 
	
		
			
				|  |  | +import org.springframework.context.annotation.Configuration;
 | 
	
		
			
				|  |  |  import org.springframework.stereotype.Component;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import java.util.HashMap;
 | 
	
		
			
				|  |  |  import java.util.Map;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  @Component
 | 
	
		
			
				|  |  | +@Configuration
 | 
	
		
			
				|  |  |  public class WpsUtil {
 | 
	
		
			
				|  |  |      @Value("${wps.domain}")
 | 
	
		
			
				|  |  |      private String domain;
 |