From 65c5695900ade05c7d9692d09fd5f704dfdfbb60 Mon Sep 17 00:00:00 2001 From: Default User Date: Tue, 20 Jan 2026 16:43:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E7=B1=BB?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/test/java/com/example/WebApplicationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/test/java/com/example/WebApplicationTests.java b/web/src/test/java/com/example/WebApplicationTests.java index 6a70368..fec2b0b 100644 --- a/web/src/test/java/com/example/WebApplicationTests.java +++ b/web/src/test/java/com/example/WebApplicationTests.java @@ -3,7 +3,7 @@ package com.example; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; -@SpringBootTest +@SpringBootTest(classes = com.example.web.WebApplication.class) class WebApplicationTests { @Test