The Bean Validation API is on the classpath but no implementation could be found

增加bean的验证依赖

hibernate Validator ,缺少了可用的验证依赖的实现类,增加下面这个依赖

        <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-validator</artifactId>
          <version>5.2.4.Final</version>
        </dependency>

 

 

 

 

转:

第一个springboot遇到的问题

相关文章:

  • 2021-04-23
  • 2021-07-11
  • 2021-10-02
  • 2022-12-23
  • 2021-04-02
  • 2021-10-21
  • 2021-09-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
相关资源
相似解决方案