From ebe644cf44a6eb22d82427e67fdee748e2e257b1 Mon Sep 17 00:00:00 2001 From: Asus <344571848@qq.com> Date: Mon, 27 Sep 2021 10:31:50 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=96=B0=E5=A2=9E=E4=BA=86TEST'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/newture/lxz/LxzApplication.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/newture/lxz/LxzApplication.java b/src/main/java/com/newture/lxz/LxzApplication.java index 513339f..c8db4a8 100644 --- a/src/main/java/com/newture/lxz/LxzApplication.java +++ b/src/main/java/com/newture/lxz/LxzApplication.java @@ -17,5 +17,7 @@ public class LxzApplication { System.setProperty("spring.profiles.active" , "dev"); SpringApplication.run(LxzApplication.class, args); } - + /**cxt + * r + */ } -- Gitee