| 
					
				 | 
			
			
				@@ -1,6 +1,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 package com.tzld.piaoquan.api.controller; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.tzld.piaoquan.api.annotation.JwtIgnore; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import com.tzld.piaoquan.api.annotation.NoRequestLog; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.web.bind.annotation.GetMapping; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.web.bind.annotation.RequestMapping; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.web.bind.annotation.RestController; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -16,6 +17,7 @@ public class IndexController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @JwtIgnore() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @GetMapping("/healthcheck") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @NoRequestLog 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public String healthcheck() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return "ok"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 |