From 68c299b6eec83a05e398ec85614b584cb5d7b690 Mon Sep 17 00:00:00 2001
From: jiaosong <jiaosong6760@dingtalk.com>
Date: 星期四, 09 十一月 2023 15:49:44 +0800
Subject: [PATCH] # 修改自行车明细 排除撤销 lock 图片base64

---
 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