In my case, I added the following dependency and its worked, Even I do not need any validation, maybe the Java update caused this issue.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
Related Contents:
- How do I tell Spring Boot which main class to use for the executable jar?
- org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set
- Why am I getting Unknown error in line 1 of pom.xml?
- How to resolve Unable to load authentication plugin ‘caching_sha2_password’ issue
- Plugin ‘org.springframework.boot:spring-boot-maven-plugin:’ not found
- Maven resource filtering not working – because of spring boot dependency [duplicate]
- Breakpoint at “throw new SilentExitException()” in Eclipse + Spring Boot
- Intellij maven project Fatal error compiling: invalid flag: –release
- Maven is not using Java 11: error message “Fatal error compiling: invalid target release: 11”
- maven… Failed to clean project: Failed to delete ..\org.ow2.util.asm-asm-tree-3.1.jar
- Maven + Spring Boot: Found multiple occurrences of org.json.JSONObject on the class path:
- Configure active profile in SpringBoot via Maven
- Spring boot – disable Liquibase at startup
- Get command-line arguments from spring-boot:run
- Maven spring boot run debug with arguments
- SpringBoot no main manifest attribute (maven)
- What is the spring-boot-configuration-processor ? Why do people exclude libraries from it? Why is it invisible in dependency tree?
- Eclipse showing “Maven Configuration Problem: Unknown”
- How to specify Java version in Spring/Spring Boot pom.xml?
- Should the mvnw files be added to the repository?
- Could not find or load main class org.apache.maven.wrapper.MavenWrapperMain
- Maven clean install: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources
- Spring Boot application gives 404 when deployed to Tomcat but works with embedded server
- Terminating mvn spring-boot:run doesn’t stop tomcat
- What are `spring-boot-starter` jars?
- Maven Resource Filtering with Spring Boot: Could not resolve placeholder
- Flyway repair with Spring Boot
- What is springboot versioning convention?
- cannot access org.springframework.context.ConfigurableApplicationContext class file
- How to know which tomcat version embedded in spring boot
- Application version does not show up in Spring Boot banner.txt
- How to get absolute path to file in /resources folder of your project
- Avoid Jackson serialization on non fetched lazy objects
- Difference between maven plugins ( assembly-plugins , jar-plugins , shaded-plugins)
- How to force IntelliJ to download javadocs with Maven?
- How do I read a Maven dependency tree
- The server time zone value ‘AEST’ is unrecognized or represents more than one time zone
- Maven Compilation Error: (use -source 7 or higher to enable diamond operator)
- What are the differences between Maven Jar Plugin and Maven Assembly Plugin?
- Maven exec:java goal on a multi-module project
- Failed to auto-configure a DataSource: ‘spring.datasource.url’ is not specified
- Maven 3.8.0 Compiler – Fatal error compiling: release version 11 not supported
- Spring Boot @Async method in controller is executing synchronously
- Consider defining a bean of type ‘service’ in your configuration [Spring boot]
- Sonarqube: Missing blame information for the following files
- System.out.print() doesn’t show anything in test methods
- Spring Boot project in IntelliJ community edition
- Maven -DskipTests ignored
- How to include system dependencies in war built using maven
- Spring boot 2.1 bean override vs. Primary