From a94e4a7564ed7bc4da04a9ae3dd2278f9286a483 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sun, 11 Aug 2024 11:59:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0hutool=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=B9=B6=E7=A7=BB=E9=99=A4mybatis-starter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 此更改升级了hutool版本从5.8.11到5.8.26,并且移除了mybatis-spring-boot-starter依赖。这对于优化项目依赖和保持项目轻量级有好处。 --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 6019dae..99e6df7 100644 --- a/pom.xml +++ b/pom.xml @@ -34,12 +34,6 @@ org.springframework.boot spring-boot-starter-web - - org.mybatis.spring.boot - mybatis-spring-boot-starter - 3.0.3 - - org.springframework.boot spring-boot-devtools @@ -59,7 +53,7 @@ cn.hutool hutool-all - 5.8.11 + 5.8.26 org.springframework.boot