<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> <encoding>UTF-8</encoding> </configuration> </plugin> </plugins> </build>
在MAVEN中配置JAVA源代码的编译版本及编码字符集
最新推荐文章于 2022-05-24 14:26:20 发布