diff --git a/compiler.xml b/compiler.xml new file mode 100644 index 0000000..3d0c767 --- /dev/null +++ b/compiler.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/encodings.xml b/encodings.xml new file mode 100644 index 0000000..addd27a --- /dev/null +++ b/encodings.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/jarRepositories.xml b/jarRepositories.xml new file mode 100644 index 0000000..a468a99 --- /dev/null +++ b/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/misc.xml b/misc.xml new file mode 100644 index 0000000..0c41917 --- /dev/null +++ b/misc.xml @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..78886ae --- /dev/null +++ b/pom.xml @@ -0,0 +1,69 @@ + + + 4.0.0 + + org.lzh + supermarket + 1.0-SNAPSHOT + pom + + supermarket-auth + supermarket-common + supermarket-gateway + supermarket-models + supermarket-models/lzh-system + supermarket-models/lzh-merch + + + + 8 + 8 + UTF-8 + + + + + + spring-boot-starter-parent + org.springframework.boot + 2.6.2 + + + + + + + + org.springframework.cloud + spring-cloud-dependencies + 2021.0.0 + pom + import + + + + com.alibaba.cloud + spring-cloud-alibaba-dependencies + 2021.1 + pom + import + + + + com.alibaba.nacos + nacos-client + 2.0.4 + + + + org.lzh + supermarket-common + 1.0-SNAPSHOT + + + + + + \ No newline at end of file