From 0fc262c83fe238bed9a841007284fdd1b4e3ea9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E4=BA=AE?= <1069428518@qq.com> Date: Fri, 7 Apr 2023 12:47:20 +0000 Subject: [PATCH] update len-web/src/main/java/com/len/LenApplication.java. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小亮 <1069428518@qq.com> --- len-web/src/main/java/com/len/LenApplication.java | 1 + 1 file changed, 1 insertion(+) diff --git a/len-web/src/main/java/com/len/LenApplication.java b/len-web/src/main/java/com/len/LenApplication.java index abc5b8b..c5ab4ce 100644 --- a/len-web/src/main/java/com/len/LenApplication.java +++ b/len-web/src/main/java/com/len/LenApplication.java @@ -22,6 +22,7 @@ public class LenApplication { public static void main(String[] args) { SpringApplication.run(LenApplication.class, args); System.out.println("Server start succ"); + // 没啥意思,我就是想加个注释 } } -- Gitee