| 
					
				 | 
			
			
				@@ -50,7 +50,7 @@ public class WthrCommServerApplication implements CommandLineRunner, Application 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static final String applicationName = "wthr-comm-server"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public static void main(String[] args) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        System.setProperty("file.encoding","UTF-8"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        System.setProperty("file.encoding", "UTF-8"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             Field charset = Charset.class.getDeclaredField("defaultCharset"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             charset.setAccessible(true); 
			 |