From 684800924fae1d8e92f7f36bb10c853a79fb79d1 Mon Sep 17 00:00:00 2001 From: bynt Date: Wed, 26 Jul 2023 15:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eladmin-system/src/main/java/me/zhengjie/AppRun.java | 2 +- 1 file changed, 1 insertion(+), 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 7f2e57a..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,7 @@ public class AppRun { public static void main(String[] args) { SpringApplication.run(AppRun.class, args); - log.info("============================ application start success ============================"); + log.info("============================ application start success ============================"); } @Bean