From cbc0d644be75901e1d35410757184b7e5ea007f8 Mon Sep 17 00:00:00 2001 From: shindw Date: Mon, 2 Feb 2026 10:47:45 +0900 Subject: [PATCH] =?UTF-8?q?[api]=20gradle=20boot=20web=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index c16f8a1..8a9143f 100644 --- a/build.gradle +++ b/build.gradle @@ -22,6 +22,9 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter' testImplementation 'org.springframework.boot:spring-boot-starter-test' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' + + // Web 기본 + implementation 'org.springframework.boot:spring-boot-starter-web' } tasks.named('test') {