From b6050eaa062f297ac8b8c2fcd77fa04f930d562c Mon Sep 17 00:00:00 2001 From: pjhmizn49 Date: Fri, 13 Dec 2024 09:28:09 +0800 Subject: [PATCH] ADD file via upload --- flower_back/pom.xml | 264 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 264 insertions(+) create mode 100644 flower_back/pom.xml diff --git a/flower_back/pom.xml b/flower_back/pom.xml new file mode 100644 index 0000000..8b5cdef --- /dev/null +++ b/flower_back/pom.xml @@ -0,0 +1,264 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.1.1 + + + com.example + flower_back + 0.0.1-SNAPSHOT + Flower + Flower + + 1.8 + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-websocket + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 3.0.3 + + + + mysql + mysql-connector-java + runtime + 8.0.29 + + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + org.mybatis.spring.boot + mybatis-spring-boot-starter-test + 3.0.3 + test + + + + + + io.jsonwebtoken + jjwt + 0.9.1 + + + 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 + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + + + com.github.pagehelper + pagehelper + 5.3.2 + + + com.github.pagehelper + pagehelper-spring-boot-autoconfigure + 1.4.6 + + + + + + com.alibaba + fastjson + 1.2.45 + + + + com.alibaba + druid + 1.2.16 + + + + com.auth0 + java-jwt + 3.11.0 + + + + junit + junit + test + + + + commons-dbcp + commons-dbcp + 1.4 + + + + org.springframework.boot + spring-boot-devtools + true + + + org.apache.poi + poi + 3.13 + + + org.apache.poi + poi-ooxml + 3.13 + + + + commons-io + commons-io + 2.6 + + + + + javax.servlet + servlet-api + 2.5 + provided + + + + + + + + org.apache.tomcat.embed + tomcat-embed-jasper + + + + com.baomidou + mybatis-plus-boot-starter + 3.5.2 + + + com.baomidou + mybatis-plus-generator + 3.3.2 + + + org.apache.velocity + velocity + 1.7 + + + + org.springframework + spring-tx + 5.3.23 + + + cn.hutool + hutool-all + 4.0.12 + + + javax.annotation + javax.annotation-api + 1.3.2 + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + + tk.mybatis + mapper + 4.1.5 + + + + + tk.mybatis + mapper-spring-boot-starter + 2.1.5 + + + + com.github.whvcse + easy-captcha + 1.6.2 + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + + + + src/main/java + + **/*.xml + + false + + + + + +