JAVA-27509 :- Update Spring Boot validation to Spring Boot 3. (#15694)

This commit is contained in:
Amit Pandey
2024-01-24 19:10:42 +05:30
committed by GitHub
parent 0c507be8d5
commit d1009f0f91
10 changed files with 27 additions and 22 deletions
@@ -8,9 +8,10 @@
<version>0.0.1-SNAPSHOT</version>
<parent>
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-3</relativePath>
</parent>
<dependencies>
@@ -41,4 +42,8 @@
</plugins>
</build>
<properties>
<start-class>com.baeldung.beanvalidation.application.Application</start-class>
</properties>
</project>