栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

springboot 2.3之后消失的hibernate-validator解决方法

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

springboot 2.3之后消失的hibernate-validator解决方法

项目升级到springboot2.3之后,参数校验的注解报错,发现spring-boot-starter-web的依赖项已经去除了依赖

点开spring-boot-starter-web源码看了下。



 
 
 
 
 
 4.0.0
 org.springframework.boot
 spring-boot-starter-web
 2.3.1.RELEASE
 spring-boot-starter-web
 Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container
 https://spring.io/projects/spring-boot
 
  Pivotal Software, Inc.
  https://spring.io
 
 
  
   Apache License, Version 2.0
   https://www.apache.org/licenses/LICENSE-2.0
  
 
 
  
   Pivotal
   info@pivotal.io
   Pivotal Software, Inc.
   https://www.spring.io
  
 
 
  scm:git:git://github.com/spring-projects/spring-boot.git
  scm:git:ssh://git@github.com/spring-projects/spring-boot.git
  https://github.com/spring-projects/spring-boot
 
 
  GitHub
  https://github.com/spring-projects/spring-boot/issues
 
 
  
   
    org.springframework.boot
    spring-boot-dependencies
    2.3.1.RELEASE
    pom
    import
   
  
 
 
  
   org.springframework.boot
   spring-boot-starter
   2.3.1.RELEASE
   compile
  
  
   org.springframework.boot
   spring-boot-starter-json
   2.3.1.RELEASE
   compile
  
  
   org.springframework.boot
   spring-boot-starter-tomcat
   2.3.1.RELEASE
   compile
  
  
   org.springframework
   spring-web
   compile
  
  
   org.springframework
   spring-webmvc
   compile
  
 

没有发现 hibernate-validator

原版本如下:


   org.hibernate.validator
   hibernate-validator
   6.0.17.Final
   compile
 

刚看了一下官方文档。需要手动引入


   org.springframework.boot
   spring-boot-starter-validation
 

到此这篇关于springboot 2.3之后消失的hibernate-validator解决方法的文章就介绍到这了,更多相关springboot2.3 hibernate-validator内容请搜索考高分网以前的文章或继续浏览下面的相关文章希望大家以后多多支持考高分网!

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/132655.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号