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