From 10568b1e0fd45d3eb7b7fef8843b56ade99092fb Mon Sep 17 00:00:00 2001 From: ptlyu29vw Date: Sun, 15 May 2022 19:43:48 +0800 Subject: [PATCH] ADD file via upload --- pom.xml | 184 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..53105b8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,184 @@ + + + 4.0.0 + com.imut + SpringBoot + 0.0.1-SNAPSHOT + SpringBoot + SpringBoot + + + 11 + UTF-8 + UTF-8 + 2.3.7.RELEASE + + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-websocket + + + org.springframework.boot + spring-boot-starter-web + + + + com.alipay.sdk + alipay-sdk-java + 4.22.110.ALL + + + + + com.baomidou + mybatis-plus-boot-starter + 3.4.2 + + + com.baomidou + mybatis-plus-generator + 3.5.2 + + + org.apache.velocity + velocity + 1.7 + + + + com.auth0 + java-jwt + 3.9.0 + + + com.alibaba + druid-spring-boot-starter + 1.2.8 + + + mysql + mysql-connector-java + runtime + + + org.springframework.boot + spring-boot-configuration-processor + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework.boot + spring-boot-starter-mail + + + de.codecentric + spring-boot-admin-starter-server + 2.4.0 + + + org.projectlombok + lombok + true + + + + org.springframework.boot + spring-boot-starter-data-redis + + + org.apache.commons + commons-pool2 + + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + + org.springframework.boot + spring-boot-devtools + + + + cn.hutool + hutool-all + 5.7.4 + + + org.apache.poi + poi-ooxml + 4.1.2 + + + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + + + + src/main/java + + **/*.xml + + false + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 11 + 11 + UTF-8 + + + + org.springframework.boot + spring-boot-maven-plugin + 2.3.7.RELEASE + + com.imut.Application + + + + repackage + + repackage + + + + + + + +