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 c0bde2a commit ce54121Copy full SHA for ce54121
1 file changed
pom.xml
@@ -34,6 +34,10 @@
34
<groupId>org.springframework.boot</groupId>
35
<artifactId>spring-boot-starter-data-jpa</artifactId>
36
</dependency>
37
+ <dependency>
38
+ <groupId>org.springframework.boot</groupId>
39
+ <artifactId>spring-boot-starter-validation</artifactId>
40
+ </dependency>
41
<dependency>
42
43
<artifactId>spring-boot-starter-web</artifactId>
0 commit comments