From be6b99e836c1922493960fc32e2d95361ce462f5 Mon Sep 17 00:00:00 2001 From: 2293736867 <2293736867@qq.com> Date: Wed, 24 Feb 2021 02:14:30 +0800 Subject: [PATCH] Update Spring Boot 2.4.3 Web with MyBatis Plus --- WebWithMyBatisPlus/demo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebWithMyBatisPlus/demo/pom.xml b/WebWithMyBatisPlus/demo/pom.xml index 2241495..261b8e3 100755 --- a/WebWithMyBatisPlus/demo/pom.xml +++ b/WebWithMyBatisPlus/demo/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.4.3.RELEASE + 2.4.3 com.example -- GitLab