|  |  |  | @ -9,8 +9,6 @@ import com.glxp.api.admin.entity.info.SchemaData; | 
			
		
	
		
			
				
					|  |  |  |  | import lombok.extern.slf4j.Slf4j; | 
			
		
	
		
			
				
					|  |  |  |  | import org.springframework.boot.ApplicationArguments; | 
			
		
	
		
			
				
					|  |  |  |  | import org.springframework.boot.ApplicationRunner; | 
			
		
	
		
			
				
					|  |  |  |  | import org.springframework.core.annotation.Order; | 
			
		
	
		
			
				
					|  |  |  |  | import org.springframework.stereotype.Component; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | import javax.annotation.Resource; | 
			
		
	
		
			
				
					|  |  |  |  | import java.io.InputStream; | 
			
		
	
	
		
			
				
					|  |  |  | @ -18,8 +16,8 @@ import java.util.ArrayList; | 
			
		
	
		
			
				
					|  |  |  |  | import java.util.Date; | 
			
		
	
		
			
				
					|  |  |  |  | import java.util.List; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | @Order(1) | 
			
		
	
		
			
				
					|  |  |  |  | @Component | 
			
		
	
		
			
				
					|  |  |  |  | //@Order(1)
 | 
			
		
	
		
			
				
					|  |  |  |  | //@Component
 | 
			
		
	
		
			
				
					|  |  |  |  | @Slf4j | 
			
		
	
		
			
				
					|  |  |  |  | public class HdSchemaExecutor implements ApplicationRunner { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |