
IDEA
s.wy
这个作者很懒,什么都没留下…
展开
-
IDEA创建SpringBoot项目出现Initialization failed for ‘https://start.spring.io‘ Please check URL...
用IDEA创建SpringBoot项目时出现: Initialization failed for ‘https://start.spring.io’ Please check URL, network and proxy settings. Error message: Cannot download ‘https://start.spring.io’: Read timed out 网上也看了许多方法,但都没有成功。 先ping下: 看来这样是行不通了。于是我又查啊查,找到了可行的方案。 解决方案:原创 2020-07-19 12:23:01 · 5458 阅读 · 3 评论 -
IDEA创建SpringBoot项目时出现Cannot resolve plugin org.springframework的解决方法
创建SpringBoot时,在导入依赖的时候控制台报了一个错误:Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin: 解决方案:找到pom文件 如上,向其中添加指定版本后解决。 <plugin> <groupId>org.springframework.boot</groupId> <artifactId>原创 2020-07-19 11:39:53 · 6883 阅读 · 0 评论