From 0d6261d2892c540cb7935093d30e5d7697474d48 Mon Sep 17 00:00:00 2001 From: elkers <elkers@163.com> Date: 星期六, 12 四月 2025 16:19:27 +0800 Subject: [PATCH] 修改yml --- src/main/resources/static/job-list.html | 2 +- pom.xml | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cecc896..251981e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,10 +10,10 @@ </parent> <groupId>com.nanjing.water</groupId> - <artifactId>nanjing-station</artifactId> + <artifactId>nanjing-station-service</artifactId> <version>0.0.1-SNAPSHOT</version> <name>nanjing-station-service</name> - <description>The service which yyy of xxx project</description> + <description>The service which name is nanjing-station of water</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -297,6 +297,16 @@ <package.buildName></package.buildName> </properties> </profile> + + <!-- 本地化部署环境 --> + <profile> + <id>local</id> + <properties> + <!-- 设置参数“package.environment”的值 --> + <package.environment>local</package.environment> + <package.buildName></package.buildName> + </properties> + </profile> </profiles> <build> diff --git a/src/main/resources/static/job-list.html b/src/main/resources/static/job-list.html index 2351cb7..e6c3160 100644 --- a/src/main/resources/static/job-list.html +++ b/src/main/resources/static/job-list.html @@ -7,7 +7,7 @@ <meta name="renderer" content="webkit"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="favicon.ico"> - <title>xxx系统</title> + <title>智慧水务-南京地铁智慧泵站监测系统</title> <link rel="stylesheet" href="css/main.css" /> -- Gitblit v1.9.3