From 04dba6a17f836b5fbdf0eedff8a129c6785fd8a2 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 28 二月 2025 18:25:00 +0800
Subject: [PATCH] 111
---
server/services/pom.xml | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/server/services/pom.xml b/server/services/pom.xml
index 21d05af..a94673b 100644
--- a/server/services/pom.xml
+++ b/server/services/pom.xml
@@ -3,15 +3,18 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
-
- <groupId>com.doumee</groupId>
<artifactId>services</artifactId>
- <version>1.0-SNAPSHOT</version>
-
<parent>
<groupId>com.doumee</groupId>
<artifactId>parkbike</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <properties>
+ <maven.compiler.source>8</maven.compiler.source>
+ <maven.compiler.target>8</maven.compiler.target>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+
</project>
\ No newline at end of file
--
Gitblit v1.9.3