From db62b3cb0bcac11c8bcabb937e3fb20aa45408f2 Mon Sep 17 00:00:00 2001 From: Wonder Date: Mon, 6 Oct 2025 15:25:37 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20T01/=E6=9E=84=E5=BB=BAMaven=E7=88=B6?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++-- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 9154f4c..3934019 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ # ---> Java # Compiled class file *.class +*/target # Log file *.log -# BlueJ files -*.ctxt +# Idea +.idea # Mobile Tools for Java (J2ME) .mtj.tmp/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b517d1b --- /dev/null +++ b/pom.xml @@ -0,0 +1,44 @@ + + + 4.0.0 + + cn.hezhaohui + spring-cloud-template + 1.0-SNAPSHOT + + pom + + + eureka-server + + + + 21 + 21 + UTF-8 + + + + + + org.springframework.boot + spring-boot-starter-parent + 3.2.2 + pom + import + + + + org.springframework.cloud + spring-cloud-dependencies + 2023.0.6 + pom + import + + + + + + \ No newline at end of file