Http:git config --global http.proxy http://127.0.0.1:7897
Https:git config --global https.proxy https://127.0.0.1:7897
取消代理:git config --global --unset http.proxy
取消https代理:git config --global --unset https.proxy
2025/11/30小于 1 分钟
Http:git config --global http.proxy http://127.0.0.1:7897
Https:git config --global https.proxy https://127.0.0.1:7897
取消代理:git config --global --unset http.proxy
取消https代理:git config --global --unset https.proxy
最好下载稳定版本
https://www.oracle.com/java/technologies/downloads/#jdk21-windows
找个安装路径,写好版本号,比如:E:\Program Files\JDK\JDK21
打开环境变量
path加入E:\Program Files\JDK\JDK21\bin
需要下载javaJava安装和配置
验证java --version
官方:https://maven.apache.org/download.cgi
选择Binary zip archive下载,我下的是3.9.11
Maven 多模块项目由一个父工程和多个子模块组成: