dependencies.dependency.version' for org.hibernate:hibernate-validator:jar is missing.

20190315 學習 Spring boot 遇到問題

按照 https://blog.csdn.net/forezp/column/info/15397 學習到 SpringBoot非官方教程 | 第十九篇: 驗證表單信息 https://blog.csdn.net/forezp/article/details/71023817spring

環境和項目:

ubuntu 18.04 + Eclipse 2018.12
建立新 project 中,選擇 Spring Starter Project 
從以上 SpringBoot非官方教程 直接 copy 代碼和 pom 的依賴部分

問題:

pom.xml 出現錯誤!錯誤提示在 <parent> ,錯誤地點在 <groupId>org.hibernate</groupId> 的依賴!express

在這裏插入圖片描述

一、上官網找找最新版本

http://hibernate.org/validator/ 顯示最新版本 Releases : 6.0 latest stableubuntu

給 hibernate 依賴 加上 <version>6.0</version> 以後,又顯示錯誤:
	Missing artifact org.hibernate:hibernate-validator:jar:6.0.11

** 換了幾個版本號,都是以上錯誤

二、參考

https://blog.csdn.net/oppoppoppo/article/details/55100284spring-boot

給 hibernate 依賴 加上  <version>${hibernate-validator.version}</version> 以後,
ok了!

** 可是,會出現黃牌警告:
This expression evaluates to 5.3.4.Final The property is defined in org.springframework.boot:spring-boot-dependencies:1.5.2.RELEASE

** 初學階段,不求甚解!先過了這一關再說!
日後可能天然就明白問題所在了!
相關文章
相關標籤/搜索