refactor: 更新 Maven artifactId 和部署脚本 JAR 名称为 server

This commit is contained in:
2026-06-27 17:24:46 +08:00
parent 0d77d76858
commit 6cb9496abb
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.emotion</groupId>
<artifactId>backend-single</artifactId>
<artifactId>server</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>backend-single</name>
<name>server</name>
<description>情感博物馆单体服务</description>
<properties>