From 98dfc421beb8f86830deb1ff4b8841d8737bab7a Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期四, 19 六月 2025 11:36:06 +0800 Subject: [PATCH] 初始化项目 --- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 287fa5e..d902c49 100644 --- a/pom.xml +++ b/pom.xml @@ -9,10 +9,10 @@ <relativePath/> </parent> - <groupId>com.lunhan.xxx</groupId> - <artifactId>xxx-yyy</artifactId> + <groupId>com.fengdu.gas</groupId> + <artifactId>fengdu_gases</artifactId> <version>0.0.1-SNAPSHOT</version> - <name>xxx-yyy-service</name> + <name>fengdu_gases-service</name> <description>The service which yyy of xxx project</description> <properties> -- Gitblit v1.9.3