spring环境安装

idea 2020的可激活版本,只能使用3.6.3以下的maven

1、springboot是基于maven构建依赖的,所以首先要去maven官网下载个二进制的zip包,解压放到本地

    配置好setting.xml , 阿里的镜像,localRepository本地仓库存储的配置  

    本地仓库最好单独命名,方便后续拷贝迁移

      示例:  D:\tools\maven\mvnRepository

安装参考:https://www.cnblogs.com/liuhongfeng/p/5057827.html 

配置参考:https://blog.csdn.net/a805814077/article/details/100545928 

①、Maven历史版本:

http://maven.apache.org/download.cgi 拉到文末,点击【archives】

 If you still want to use an old version you can find more information in the Maven Releases History and can download files from the archives for versions 3.0.4+ and legacy archives for earlier releases. 

  清华镜像下载更快:https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/  

  建议下载 过去一年稳定的大版本

②、Binaray 和source版本区别

  建议选择binaries,直接安装使用

  [DIR] binaries/              

  [DIR] source/      

 

2、jdk1.8.202以前的版本安装(202以后是收费版,容易被起诉)

 

posted @ 2023-02-08 23:53  一木人生  阅读(53)  评论(0)    收藏  举报