From ea0697fc775795bfc8e272cc19e4aa8cd32eb232 Mon Sep 17 00:00:00 2001 From: zhanghai <120228220@qq.com> Date: Wed, 4 Jan 2023 09:37:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=87=8D=E5=A4=8D=E7=9A=84?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ pom.xml | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa1cbca --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.idea/ +/*/target/ diff --git a/pom.xml b/pom.xml index dc14c0b..71ae37b 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,11 @@ docus-mybatisplus-starter ${docus.framework} + + com.docus + docus-sms-starter + ${docus.framework} + com.docus docus-redis-starter @@ -333,6 +338,22 @@ + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + + + + com.github.javen205 + IJPay-WxPay + 2.8.4 + + + +