标签:
pom.xml
build中加入
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin>
标签:
原文地址:http://www.cnblogs.com/xxdfly/p/5742134.html