From fba3701cb92d61d691a8d0e2b2c3e4e7c0286ef8 Mon Sep 17 00:00:00 2001 From: wh Date: Thu, 9 Apr 2026 13:05:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(init):=20=E4=BF=AE=E5=A4=8D=20pom.xml=20?= =?UTF-8?q?=E5=86=97=E4=BD=99=E7=BC=96=E8=AF=91=E5=99=A8=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=EF=BC=8C=E6=B5=8B=E8=AF=95=E7=B1=BB=E5=8A=A0=20webEnvironment?= =?UTF-8?q?=3DNONE=20(T001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 -- src/test/java/com/label/LabelBackendApplicationTests.java | 2 +- src/test/resources/.gitkeep | 0 3 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 src/test/resources/.gitkeep diff --git a/pom.xml b/pom.xml index df45b74..166346c 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,6 @@ 17 - 17 - 17 UTF-8 diff --git a/src/test/java/com/label/LabelBackendApplicationTests.java b/src/test/java/com/label/LabelBackendApplicationTests.java index f802f44..f83f216 100644 --- a/src/test/java/com/label/LabelBackendApplicationTests.java +++ b/src/test/java/com/label/LabelBackendApplicationTests.java @@ -2,6 +2,6 @@ package com.label; import org.springframework.boot.test.context.SpringBootTest; -@SpringBootTest +@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE) class LabelBackendApplicationTests { } diff --git a/src/test/resources/.gitkeep b/src/test/resources/.gitkeep new file mode 100644 index 0000000..e69de29