Java开发环境最简配置

软件离线安装包

IDEA

下载地址:https://www.jetbrains.com/idea/download/other.html

软件激活地址:https://3.jetbra.in/

JDK

下载地址:https://www.oracle.com/java/technologies/downloads/#java8

1.6-13

https://repo.huaweicloud.com/java/jdk/

10-23

https://mirrors.huaweicloud.com/openjdk/

Maven

下载地址:https://archive.apache.org/dist/maven/maven-3/

配置

<mirrors>
    <mirror>
        <id>aliyun-maven</id>
        <mirrorOf>central</mirrorOf>
        <name>aliyun maven</name>
        <url>https://maven.aliyun.com/repository/public</url>
    </mirror>
</mirrors>

NodeJs(NVVM)

下载地址:

https://cors.isteed.cc/github.com/1111mp/nvm-desktop/releases/download/v4.0.7/NVM.Desktop_4.0.7_x64-setup.exe

NVM配置

安装nrm 方便切换node镜像

npm i -g nrm

Tomcat

下载地址:https://tomcat.apache.org/

MySQL

下载地址:https://dev.mysql.com/downloads/installer/

阅读剩余
THE END