commit b91245dc272b3ae148fc6cba324bbc17f1028a17 Author: zhangyu Date: Wed May 22 09:38:01 2024 +0800 上传文件至 / diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd740cd --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# hbt-related-parties + diff --git a/compiler.xml b/compiler.xml new file mode 100644 index 0000000..91c8bdd --- /dev/null +++ b/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/encodings.xml b/encodings.xml new file mode 100644 index 0000000..3186e3f --- /dev/null +++ b/encodings.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/jarRepositories.xml b/jarRepositories.xml new file mode 100644 index 0000000..00a13e0 --- /dev/null +++ b/jarRepositories.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..cc7480d --- /dev/null +++ b/pom.xml @@ -0,0 +1,126 @@ + + + 4.0.0 + + com.hbt.sass + hbt-related-parties + 1.0-SNAPSHOT + hbt-work-ticket + + hbt-related-parties-api + hbt-related-parties-biz + + pom + + + 3.7.0-SNAPSHOT + UTF-8 + UTF-8 + 1.8 + 2.7.7 + + + + + central + https://maven.aliyun.com/repository/public + + false + always + + + true + always + warn + + + + maven-public + http://81.70.119.104:8081/repository/maven-public/ + + false + always + + + true + always + warn + + + + + + maven-public + http://81.70.119.104:8081/repository/maven-public/ + + true + + + true + + + + + + maven-public + http://81.70.119.104:8081/repository/maven-releases/ + + + maven-public + http://81.70.119.104:8081/repository/maven-snapshots/ + + + + + + + + + com.hbt.onreal + hbt-onreal + ${hbt-cloud.version} + pom + import + + + + com.hbt.sass + hbt-related-parties-api + ${project.version} + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + + repackage + + + + + + + + \ No newline at end of file