feat(api): 迁移hudi-api项目到这里

This commit is contained in:
2024-02-28 15:02:01 +08:00
parent b9247fa4f0
commit 14409ae798
17 changed files with 762 additions and 6 deletions

6
bin/build-api.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
mvn -pl service-dependencies,service-configuration clean deploy -D skipTests -P local -s ~/.m2/settings-development.xml
mvn -pl service-api clean package spring-boot:repackage -D skipTests -s ~/.m2/settings-development.xml
file_path=/Users/lanyuanxiaoyao/Project/IdeaProjects/hudi-service/service-api/target/service-api-1.0.0-SNAPSHOT.jar
ytp-transfer2 $file_path
rm $file_path