Skip to content

Commit f54afdd

Browse files
authored
refactor: rename artifactId and application name to 'datamate'; add model configuration and related services (#26)
1 parent 7f81956 commit f54afdd

File tree

32 files changed

+520
-20
lines changed

32 files changed

+520
-20
lines changed

backend/api-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<parent>
99
<groupId>com.datamate</groupId>
10-
<artifactId>data-mate-platform</artifactId>
10+
<artifactId>datamate</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>

backend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<groupId>com.datamate</groupId>
9-
<artifactId>data-mate-platform</artifactId>
9+
<artifactId>datamate</artifactId>
1010
<version>1.0.0-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212

13-
<name>DataMatePlatform</name>
13+
<name>DataMate</name>
1414
<description>一站式数据工作平台,面向模型微调与RAG检索</description>
1515

1616
<properties>

backend/services/data-annotation-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<parent>
99
<groupId>com.datamate</groupId>
10-
<artifactId>data-mate-platform</artifactId>
10+
<artifactId>datamate</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>

backend/services/data-cleaning-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<parent>
99
<groupId>com.datamate</groupId>
10-
<artifactId>data-mate-platform</artifactId>
10+
<artifactId>datamate</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>

backend/services/data-collection-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<parent>
88
<groupId>com.datamate</groupId>
9-
<artifactId>data-mate-platform</artifactId>
9+
<artifactId>datamate</artifactId>
1010
<version>1.0.0-SNAPSHOT</version>
1111
<relativePath>../../pom.xml</relativePath>
1212
</parent>

backend/services/data-evaluation-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<parent>
99
<groupId>com.datamate</groupId>
10-
<artifactId>data-mate-platform</artifactId>
10+
<artifactId>datamate</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>

backend/services/data-management-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<parent>
99
<groupId>com.datamate</groupId>
10-
<artifactId>data-mate-platform</artifactId>
10+
<artifactId>datamate</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>

backend/services/data-synthesis-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<parent>
99
<groupId>com.datamate</groupId>
10-
<artifactId>data-mate-platform</artifactId>
10+
<artifactId>datamate</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>

backend/services/execution-engine-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<parent>
99
<groupId>com.datamate</groupId>
10-
<artifactId>data-mate-platform</artifactId>
10+
<artifactId>datamate</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>

backend/services/main-application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<parent>
99
<groupId>com.datamate</groupId>
10-
<artifactId>data-mate-platform</artifactId>
10+
<artifactId>datamate</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>

0 commit comments

Comments
 (0)