diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 8b5cdef..0000000 --- a/pom.xml +++ /dev/null @@ -1,264 +0,0 @@ - - - 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 - - - - - -