Files
course/maven.md
王鹏 5597ca12de init
2025-08-14 14:46:45 +08:00

21 lines
1.1 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
- 开发环境 → 百度云盘
- [官网下载](https://maven.apache.org/)
#### 安装步骤
1.maven 是免安装软件,解压到指定文件夹就可以
![](https://img.yidaima.cn/0f4a0f7d7b1343559ab0821c59fa1939?imageView2/0/q/75|watermark/2/text/ZmVhc3Rjb2RpbmcuY24=/font/5a6L5L2T/fontsize/1600/fill/IzBERDBGNQ==/dissolve/100/gravity/Center/dx/10/dy/10)
2.配置环境变量首先配置MAVEN_HOME然后配置Path `%MAVEN_HOME%\bin\`
![](https://img.yidaima.cn/6c9f5dead8d349da8b30318ec125dd2d?imageView2/0/q/75|watermark/2/text/ZmVhc3Rjb2RpbmcuY24=/font/5a6L5L2T/fontsize/1600/fill/IzBERDBGNQ==/dissolve/100/gravity/Center/dx/10/dy/10)
![](https://img.yidaima.cn/c92bc7dcb44348a7a6f7aa9fc4007f04?imageView2/0/q/75|watermark/2/text/ZmVhc3Rjb2RpbmcuY24=/font/5a6L5L2T/fontsize/1600/fill/IzBERDBGNQ==/dissolve/100/gravity/Center/dx/10/dy/10)
3.检查是否配置成功mvn -v
![](https://img.yidaima.cn/fe116b8ac3994b56905f5476a00a41af?imageView2/0/q/75|watermark/2/text/ZmVhc3Rjb2RpbmcuY24=/font/5a6L5L2T/fontsize/1600/fill/IzBERDBGNQ==/dissolve/100/gravity/Center/dx/10/dy/10)