From 7f2b64293f8ed1aae58f8d30e9ff95cd3feef83e Mon Sep 17 00:00:00 2001 From: bynt <13586541001@163.com> Date: Fri, 28 Jul 2023 13:22:18 +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 | 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 3f5b914..7f2e57a 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