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
+1 -1
View File
@@ -19,7 +19,7 @@ if hasattr(sys.stdout, 'buffer'):
# 配置变量 # 配置变量
APP_NAME = "emotion-museum-single" APP_NAME = "emotion-museum-single"
JAR_NAME = "backend-single-1.0.0.jar" JAR_NAME = "server-1.0.0.jar"
REMOTE_JAR_NAME = "emotion-single-1.0.0.jar" REMOTE_JAR_NAME = "emotion-single-1.0.0.jar"
SPRING_PROFILE = "test" SPRING_PROFILE = "test"
+1 -1
View File
@@ -7,7 +7,7 @@ set -e
# 配置变量 # 配置变量
APP_NAME="emotion-museum-single" APP_NAME="emotion-museum-single"
JAR_NAME="backend-single-1.0.0.jar" JAR_NAME="server-1.0.0.jar"
JAR_PATH="./target/${JAR_NAME}" JAR_PATH="./target/${JAR_NAME}"
# 远程服务器配置 # 远程服务器配置
+2 -2
View File
@@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.emotion</groupId> <groupId>com.emotion</groupId>
<artifactId>backend-single</artifactId> <artifactId>server</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>backend-single</name> <name>server</name>
<description>情感博物馆单体服务</description> <description>情感博物馆单体服务</description>
<properties> <properties>