We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd11c00 commit 328b783Copy full SHA for 328b783
1 file changed
apps/commerce-streamer/build.gradle.kts
@@ -10,6 +10,7 @@ dependencies {
10
// web
11
implementation("org.springframework.boot:spring-boot-starter-web")
12
implementation("org.springframework.boot:spring-boot-starter-actuator")
13
+ implementation("org.springframework.boot:spring-boot-starter-validation")
14
15
// querydsl
16
annotationProcessor("com.querydsl:querydsl-apt::jakarta")
0 commit comments