We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1a414 commit 7f2702eCopy full SHA for 7f2702e
todo-frontend/todo-frontend-server/pom.xml
@@ -47,6 +47,10 @@
47
<groupId>org.springframework.boot</groupId>
48
<artifactId>spring-boot-starter-webflux</artifactId>
49
</dependency>
50
+ <dependency>
51
+ <groupId>org.springframework.boot</groupId>
52
+ <artifactId>spring-boot-starter-validation</artifactId>
53
+ </dependency>
54
<dependency>
55
<groupId>org.springframework.cloud</groupId>
56
<artifactId>spring-cloud-starter-zipkin</artifactId>
0 commit comments