From c834e6df9a22a479274e789a42d31326b8e056cf Mon Sep 17 00:00:00 2001 From: bynt <13586541001@163.com> Date: Fri, 28 Jul 2023 13:20:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eladmin-system/src/main/java/me/zhengjie/AppRun.java | 1 - 1 file changed, 1 deletion(-) diff --git a/eladmin-system/src/main/java/me/zhengjie/AppRun.java b/eladmin-system/src/main/java/me/zhengjie/AppRun.java index 7a757cd..3f5b914 100644 --- a/eladmin-system/src/main/java/me/zhengjie/AppRun.java +++ b/eladmin-system/src/main/java/me/zhengjie/AppRun.java @@ -48,7 +48,6 @@ public class AppRun { public static void main(String[] args) { SpringApplication.run(AppRun.class, args); - log.info("============================ application start success ============================"); }