AI分析中心服务 监控检查
This commit is contained in:
@@ -12,7 +12,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
@RestController
|
||||
public class HealthController {
|
||||
|
||||
@GetMapping(value = "/health/check")
|
||||
@GetMapping(value = "/actuator/health")
|
||||
@ApiOperation(value = "健康检查")
|
||||
public void healthCheck(HttpServletResponse response) {
|
||||
response.setStatus(HttpServletResponse.SC_OK);
|
||||
|
||||
Reference in New Issue
Block a user