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>
相关文章
相关标签/搜索