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') {