标签:utf-8 size uil rop 下标 dea compiler odi targe
在pom.xml中加上以下标签
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>12</maven.compiler.source> <maven.compiler.target>12</maven.compiler.target> </properties>
12 是 jdk 的版本
关于 idea 创建maven 不支持 发行版本xx 的bug
标签:utf-8 size uil rop 下标 dea compiler odi targe
原文地址:https://www.cnblogs.com/famcoo/p/13288008.html