From 97e72136c8fcf12aa71c563f02971517eb0f84c1 Mon Sep 17 00:00:00 2001 From: xxy <1048533121@qq.com> Date: Sat, 21 Dec 2024 20:44:27 +0800 Subject: [PATCH] =?UTF-8?q?Maven=E6=96=87=E4=BB=B6=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E9=85=8D=E7=BD=AE=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IDEA/pom.xml | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 IDEA/pom.xml diff --git a/IDEA/pom.xml b/IDEA/pom.xml new file mode 100644 index 00000000..12eac4c5 --- /dev/null +++ b/IDEA/pom.xml @@ -0,0 +1,140 @@ + + + 4.0.0 + com.example + api + 0.0.1-SNAPSHOT + + + org.springframework.boot + spring-boot-starter-parent + 2.7.2 + + + + 11 + 0.9.1 + 3.4.2 + 1.2.73 + 1.4.7.RELEASE + + + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + + org.springframework.boot + spring-boot-starter-security + + + + + org.springframework.boot + spring-boot-starter-mail + + + + org.springframework + spring-context-support + 5.3.3 + + + + + io.jsonwebtoken + jjwt + ${jwt.version} + + + + + mysql + mysql-connector-java + runtime + + + + + org.projectlombok + lombok + 1.18.24 + true + + + + + com.alibaba + fastjson + ${fastjson.version} + + + + + + javax.xml.bind + jaxb-api + 2.3.0 + + + com.sun.xml.bind + jaxb-impl + 2.3.0 + + + com.sun.xml.bind + jaxb-core + 2.3.0 + + + javax.activation + activation + 1.1.1 + + + com.fasterxml.jackson.core + jackson-databind + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + + + + + + + +