From 4f7362ec2854732c2ff2454331ec815c4c3147f0 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 22 十一月 2024 11:08:59 +0800
Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/se-cloud

---
 se-gateway/src/main/java/com/se/gateway/handler/HealthController.java |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/se-gateway/src/main/java/com/se/gateway/handler/HealthController.java b/se-gateway/src/main/java/com/se/gateway/handler/HealthController.java
index 74a663f..f29afb5 100644
--- a/se-gateway/src/main/java/com/se/gateway/handler/HealthController.java
+++ b/se-gateway/src/main/java/com/se/gateway/handler/HealthController.java
@@ -5,13 +5,8 @@
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
 
-/**
- * 鍋ュ悍鎺у埗鍣�
- *
- * @author WWW
- * @date 2024-08-24
- */
 @RestController
+@SuppressWarnings("ALL")
 @RequestMapping("/gateway")
 public class HealthController extends BaseController {
     @GetMapping("/health")

--
Gitblit v1.9.3