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 + + + +