One or more constraints have not been satisfied.

One or more constraints have not been satisfied. 遇到了這個問題,實際上是:maven默認編譯版本與使用的jdk不匹配。在pom中添加:java

<properties>
     <java.version>1.8</java.version>
  </properties>
相關文章
相關標籤/搜索