| 
					
				 | 
			
			
				@@ -156,6 +156,7 @@ public class ServletUtils { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static File fileTransition(byte[] content) throws IOException{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         File file = new File("data/file/videoTest.mp4"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        log.info("======file:{}",file); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(!file.exists()){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             boolean newFile = file.createNewFile(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             log.info("=====创建文件yse or no:{}",newFile); 
			 |