refactor: rename artifactId and application name to 'datamate'; add model configuration and related services (#26)

This commit is contained in:
Dallas98
2025-10-28 10:39:26 +08:00
committed by GitHub
parent 7f819563db
commit f54afddbeb
32 changed files with 520 additions and 20 deletions

View File

@@ -6,11 +6,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.datamate</groupId>
<artifactId>data-mate-platform</artifactId>
<artifactId>datamate</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>DataMatePlatform</name>
<name>DataMate</name>
<description>一站式数据工作平台,面向模型微调与RAG检索</description>
<properties>