code-learning/学习指南/22-Maven 学习指南.md

39 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 精尽 Maven 学习指南
绝大数情况下,我们对 Maven 需要掌握的是:
1. Maven 基本概念。
2. 使用 Maven 创建项目。
3. 使用 Maven 构建 war、jar 包等。
# 1. 视频
- [《Maven 视频教程全集》](https://www.bilibili.com/video/av59640042/?pikaqiu)
> **推荐~记得 b 站【收藏 + 点赞 + 投币】素质三连噢**。
>
> 一共 35P 5 个多小时。
- [《Gradle 视频教程全集》](https://www.bilibili.com/video/av59640008/?pikaqiu)
> **推荐~记得 b 站【收藏 + 点赞 + 投币】素质三连噢**。
>
> 一共 12P 1 个多小时。
- 张果 [《Maven 快速学习教程》](https://www.bilibili.com/video/av31623453)
> 一共 23P 7 个多小时。
>
> 基于 IDEA 使用 Maven 插件,好评~
上述的视频,是艿艿翻了下目前大家看的比较多的视频,利益无关哈。
# 2. 书籍
[《Maven 书单整理》](http://www.iocoder.cn/Books/Maven-books-recommended/?vip)
推荐 [《Maven 实战》](https://union-click.jd.com/jdc?d=hNj9Lu) 书,基本是能找到的最好的 Maven 资料~并且,本书作者本人,就是 Java 领域超强的技术专家。
# 3. 文章
- 张果 [《一个小时学会 Maven》](https://www.cnblogs.com/best/p/9676515.html)