Java
下载地址
https://www.oracle.com/java/technologies/downloads/#java8-windows
Maven
下载地址
https://maven.apache.org/download.cgi
更换镜像 -> 参考Maven 镜像源加速和私服配置
<mirror>
<id>aliyun-mirror</id>
<mirrorOf>central</mirrorOf>
<url>https://maven.aliyun.com/repository/public</url>
</mirror>
Nginx
下载地址
https://nginx.org/en/download.html
Tomcat
下载地址
https://tomcat.apache.org/
MySQL
下载地址
https://dev.mysql.com/downloads/installer/
Node JS
下载地址
https://nodejs.org/en/download/
更换镜像源-> 参考npm更换镜像源
npm config set registry https://registry.npm.taobao.org
Docker
镜像配置 -> 参考镜像加速器
一下地址需要从阿里云镜像加速器官方获取
{
"registry-mirrors": ["https://xxxxxxxxx.mirror.aliyuncs.com"]
}