|  |  | @ -12,7 +12,7 @@ import org.springframework.boot.web.servlet.support.SpringBootServletInitializer | 
			
		
	
		
		
			
				
					
					|  |  |  | @ServletComponentScan |  |  |  | @ServletComponentScan | 
			
		
	
		
		
			
				
					
					|  |  |  | public class ApiAdminApplication extends SpringBootServletInitializer { |  |  |  | public class ApiAdminApplication extends SpringBootServletInitializer { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | //
 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     public static void main(String[] args) { |  |  |  |     public static void main(String[] args) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         SpringApplication application = new SpringApplication(ApiAdminApplication.class); |  |  |  |         SpringApplication application = new SpringApplication(ApiAdminApplication.class); | 
			
		
	
		
		
			
				
					
					|  |  |  |         application.addInitializers(new ToolApplicationContextInitializer()); |  |  |  |         application.addInitializers(new ToolApplicationContextInitializer()); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |