pom.xml出现Java版本问题
在pom.xml中输入
org.apache.maven.plugins maven-compiler-plugin 9 9 UTF-8 true org.apache.maven.plugins maven-surefire-plugin 2.4.2 true
用来确定版本(我这里使用的是jdk9)
在pom.xml中输入
org.apache.maven.plugins maven-compiler-plugin 9 9 UTF-8 true org.apache.maven.plugins maven-surefire-plugin 2.4.2 true
用来确定版本(我这里使用的是jdk9)