commit 027c73503dcae8f7a591b425876aacfee9c0e325 Author: callmeyan Date: Tue Nov 15 11:44:36 2022 +0800 init project diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b93162c --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*/target/ +### IntelliJ IDEA ### +/.idea/ +*.iws +*.iml +*.ipr \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..2b96ba0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,29 @@ + + + 4.0.0 + + me.xiaoyan + point + 1.0-SNAPSHOT + pom + + api + + + 8 + 8 + + + + + org.springframework.boot + spring-boot-starter-parent + 2.6.13 + pom + import + + + + \ No newline at end of file