标签:get div compiler nbsp source pom prope encoding 文件
在pom.xml文件中添加如下代码:
注意:jdk使用自己下载的版本,我的是13
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>13</maven.compiler.source>
<maven.compiler.target>13</maven.compiler.target>
</properties>
【解决ERROR1】Maven [ERROR] 不再支持源选项 5。请使用 6 或更高版本
标签:get div compiler nbsp source pom prope encoding 文件
原文地址:https://www.cnblogs.com/YrZf/p/11890361.html