diff --git a/template/pom.xml b/template/pom.xml index 4cd4378..95e3b99 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -18,7 +18,7 @@ 17 UTF-8 - + cn.hutool hutool-all @@ -28,18 +28,12 @@ junit junit 4.13 - test ch.qos.logback logback-classic 1.4.8 - - org.flywaydb - flyway-core - 5.2.4 - com.alibaba transmittable-thread-local @@ -99,16 +93,6 @@ io.springfox springfox-swagger2 2.9.2 - - - io.swagger - swagger-annotations - - - io.swagger - swagger-models - - cglib @@ -138,12 +122,10 @@ org.springframework.boot spring-boot-starter-data-jpa - 3.2.1 - cn.hutool - hutool-all - 5.7.4 + org.springframework.boot + spring-boot-starter-web org.apache.rocketmq @@ -154,16 +136,6 @@ org.apache.rocketmq rocketmq-tools 4.7.1 - - - com.alibaba - fastjson - - - ch.qos.logback - ogback-classic - - org.apache.rocketmq @@ -180,7 +152,6 @@ spring-boot-dependencies 3.2.1 pom - import commons-logging @@ -202,6 +173,82 @@ toco-all-spring6-springboot3 1.0 + + com.baomidou + mybatis-plus-boot-starter + 3.5.7 + + + org.mybatis + mybatis-spring + 3.0.4 + + + org.mybatis + mybatis + 3.5.16 + + + com.baomidou + mybatis-plus-core + 3.5.7 + + + mysql + mysql-connector-java + 8.0.26 + + + jakarta.annotation + jakarta.annotation-api + + + jakarta.persistence + jakarta.persistence-api + + + jakarta.transaction + jakarta.transaction-api + + + jakarta.validation + jakarta.validation-api + + + org.springframework + spring-orm + + + org.springframework + spring-webmvc + + + org.apache.httpcomponents + httpasyncclient + + + org.springframework + spring-web + + + io.springfox + springfox-spring-web + 3.0.0 + + + org.apache.tomcat + tomcat-jdbc + 9.0.83 + + + org.apache.rocketmq + rocketmq-remoting + 4.7.1 + + + jakarta.servlet + jakarta.servlet-api +