From c6cbf3d8fd4968d1a96f7e4450e812e86c3063eb Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 19 十月 2023 17:58:30 +0800
Subject: [PATCH] 111
---
server/pom.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index 46d108d..f32a136 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -301,13 +301,13 @@
</resources>
<plugins>
<plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <mainClass>com.doumee.Application</mainClass>
+ <source>${java.version}</source>
+ <target>${java.version}</target>
</configuration>
</plugin>
</plugins>
</build>
-
</project>
--
Gitblit v1.9.3