springboot 2.3之后消失的hibernate
项目升级到springboot2.3之后,参数校验的注解报错,发现spring-boot-starter-web的依赖项已经去除了依赖
点开spring-boot-starter-web源码看了下。
xmlns:xsi="http://w3.org/2001/XMLSchema-instance">
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://apache.org/licenses/LICENSE-2.0
Pivotal
info@pivotal.io
Pivotal Software, Inc.
https://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
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
xmlns:xsi="http://w3.org/2001/XMLSchema-instance">
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://apache.org/licenses/LICENSE-2.0
Pivotal
info@pivotal.io
Pivotal Software, Inc.
https://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
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
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
暂时没有评论,来抢沙发吧~