We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b621804 commit e5d04aaCopy full SHA for e5d04aa
1 file changed
build.gradle
@@ -19,7 +19,9 @@ repositories {
19
}
20
21
dependencies {
22
- implementation 'org.springframework.boot:spring-boot-starter'
+ 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'
25
testImplementation 'org.springframework.boot:spring-boot-starter-test'
26
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
27
0 commit comments