From fb3bf665454a77697005196c1023a8b3e2c76c0d Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Fri, 5 Jan 2024 12:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7springboot=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test-springboot3-jdk17/pom.xml | 51 ++++++++++++++++--- 1 file changed, 44 insertions(+), 7 deletions(-) diff --git a/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml b/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml index fbdd336..8f66fac 100644 --- a/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml +++ b/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml @@ -4,16 +4,18 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - mybatis-plus-join-test - com.github.yulichang - ${revision} + org.springframework.boot + spring-boot-starter-parent + 3.2.1 + 4.0.0 test-springboot3-jdk17 - 3.1.2 + 1.4.9 + 3.5.5 17 17 @@ -24,7 +26,6 @@ org.springframework.boot spring-boot-starter - ${springboot.version} org.springframework.boot @@ -35,13 +36,49 @@ org.springframework.boot spring-boot-starter-test - ${springboot.version} test + + com.h2database + h2 + 2.2.224 + runtime + + + org.projectlombok + lombok + 1.18.30 + + + com.github.yulichang + mybatis-plus-join-boot-starter + ${revision} + + + com.fasterxml.jackson.core + jackson-databind + 2.16.1 + + + com.baomidou + mybatis-plus-boot-starter + ${mpj.mybatis.plus.version} + + + org.mybatis + mybatis-spring + + + + + org.mybatis + mybatis-spring + 3.0.3 + org.springframework spring-jdbc - 6.0.5 + 6.1.2