seo 网站改版,如何建立一个手机网站,哪个网站可以做相册,重庆价格信息网官网在使用Maven编译项目时报错#xff1a;
不再支持源选项 5。请使用 6 或更高版本。
不再支持目标选项 1.5。请使用 1.6 或更高版本。 在项目pom.xml文件中增加maven编译的jdk版本设置#xff0c;maven.compiler.source和maven.compiler.target#xff1a;
properties
不再支持源选项 5。请使用 6 或更高版本。
不再支持目标选项 1.5。请使用 1.6 或更高版本。 在项目pom.xml文件中增加maven编译的jdk版本设置maven.compiler.source和maven.compiler.target
properties!-- 项目编译编码--project.build.sourceEncodingUTF-8/project.build.sourceEncoding!-- maven编译的jdk版本--maven.compiler.encodingUTF-8/maven.compiler.encodingjava.version1.8/java.versionmaven.compiler.source1.8/maven.compiler.sourcemaven.compiler.target1.8/maven.compiler.target/properties再次编译运行不再报错