[api] gradle boot web 추가

This commit is contained in:
2026-02-02 10:47:45 +09:00
parent bac18a72f5
commit cbc0d644be
+3
View File
@@ -22,6 +22,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
// Web 기본
implementation 'org.springframework.boot:spring-boot-starter-web'
} }
tasks.named('test') { tasks.named('test') {