AI分析中心服务 监控检查

This commit is contained in:
lxu75
2024-12-24 14:42:55 +08:00
parent 7ca12728f9
commit 6285208054

View File

@@ -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);