1 Star 0 Fork 2

不死而糖糖 / mooc_maven

forked from 陆旭天 / mooc_maven 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
maven-compiler-plugin.txt 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
陆旭天 提交于 2021-08-22 19:12 . first commit
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.8</source> <!-- 源代码使用的JDK版本 -->
<target>1.8</target> <!-- 需要生成的目标class文件的编译版本 -->
<encoding>UTF-8</encoding><!-- 字符集编码 -->
<skipTests>true</skipTests><!-- 跳过测试 -->
</configuration>
</plugin>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bsett/mooc_maven.git
git@gitee.com:bsett/mooc_maven.git
bsett
mooc_maven
mooc_maven
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891