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