From 3a5e9b340734f58e45baf57e411fa05b34517344 Mon Sep 17 00:00:00 2001
From: siyang <2337720667@qq.com>
Date: Wed, 7 Aug 2024 09:47:13 +0800
Subject: [PATCH] =?UTF-8?q?springboot=E7=89=88=E6=9C=AC=E6=9B=B4=E6=8D=A2?=
=?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?=
=?UTF-8?q?=E4=BE=9D=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
application/pom.xml | 14 ++++++++++++++
pom.xml | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/application/pom.xml b/application/pom.xml
index 84bc59f..0bc6af1 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -133,6 +133,13 @@
com.thing.modules
filter-rule
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
@@ -146,6 +153,13 @@
org.apache.maven.plugins
maven-compiler-plugin
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ true
+
+
diff --git a/pom.xml b/pom.xml
index 9fccfb7..507b021 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.2.2
+ 3.3.2