论坛首页 编程语言技术论坛

One or more constraints have not been satisfied.

浏览 2468 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2017-01-17   最后修改:2017-01-17

One or more constraints have not been satisfied.

 

在pox.xml文件中加入:

<profiles>
	<profile>
		<id>jdk-1.8</id>
		<activation>
			<activeByDefault>true</activeByDefault>
			<jdk>1.8</jdk>
		</activation>
		<properties>
			<maven.compiler.source>1.8</maven.compiler.source>
			<maven.compiler.target>1.8</maven.compiler.target>
			<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
		</properties>
	</profile>
</profiles>

 右键项目 > Maven > Update Project。

论坛首页 编程语言技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics