From c31e03f0e51214a524d3fc34d30f3459698ff625 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 02 六月 2023 17:16:30 +0800 Subject: [PATCH] 4.变更所有类的名称空间 --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index cca4ce0..9a7f2fe 100644 --- a/pom.xml +++ b/pom.xml @@ -264,7 +264,7 @@ <artifactId>spring-boot-maven-plugin</artifactId> <!--<version>2.3.0.RELEASE</version>--> <configuration> - <mainClass>com.lf.server.LfApplication</mainClass> + <mainClass>com.moon.server.LfApplication</mainClass> </configuration> </plugin> </plugins> -- Gitblit v1.9.3