Skip to content

Commit e5d04aa

Browse files
committed
fix: Spring Web 의존성 추가
1 parent b621804 commit e5d04aa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ repositories {
1919
}
2020

2121
dependencies {
22-
implementation 'org.springframework.boot:spring-boot-starter'
22+
implementation 'org.springframework.boot:spring-boot-starter-web'
23+
implementation 'org.springframework.boot:spring-boot-starter-validation'
24+
developmentOnly 'org.springframework.boot:spring-boot-devtools'
2325
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2426
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2527

0 commit comments

Comments
 (0)