From 2db1640bae2f74e15674441d1040bdb757e073a6 Mon Sep 17 00:00:00 2001 From: meowrain Date: Sun, 16 Nov 2025 22:42:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0spring=20boot=20web?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aioj-backend-common/pom.xml | 1 - pom.xml | 10 +++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/aioj-backend-common/pom.xml b/aioj-backend-common/pom.xml index d544514..4e12fb5 100644 --- a/aioj-backend-common/pom.xml +++ b/aioj-backend-common/pom.xml @@ -16,5 +16,4 @@ 17 UTF-8 - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7ec4bab..3dc5983 100644 --- a/pom.xml +++ b/pom.xml @@ -30,9 +30,7 @@ org.springframework.boot - spring-boot-devtools - runtime - true + spring-boot-starter-web com.alibaba.cloud @@ -101,6 +99,12 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-devtools + runtime + true +