win10 IDEA配置spring

使用新电脑导入之前写过的spring的工程,会报错“没有配置spring”。

我们在File --> Project Structure

win10 IDEA配置spring_第1张图片

我们配置一下spring:

spring的下载地址在https://repo.spring.io仓库,依次找到:libs-release-local --> org --> springframework --> spring --> 找到需要下载的版本(这里选择2019.9.15的最新版本5.1.9)

win10 IDEA配置spring_第2张图片

指定spring的zip包本地路径 

win10 IDEA配置spring_第3张图片

这样就可以了。接下来我们配置第一个SpringBoot项目,https://blog.csdn.net/weixin_45564920/article/details/100865517

 

你可能感兴趣的:(环境配置)