spring toos suite工具遇到的问题

1.登陆语言包官方网址: http://www.eclipse.org/babel/downloads.php

2.Eclipse配置:打开 → Help → Install New Software

3.点击“Add…”,在Name栏填入language,在Location栏填入 http://download.eclipse.org/technology/babel/update-site/R0.11.0/juno(根据第一点中的官方文档粘贴最新的下载地址,)

4.等待更新列表, 选择 Chinese(Simplified) 简体字包. 一路NEXT ,最后restar.

 

sts创建spring boot项目时报错在pom.xml文件里加入下面这个依赖包就然后更新maven就可以了

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
</dependency>

posted @ 2021-10-27 15:11  白菜豆腐粉丝汤  阅读(73)  评论(0)    收藏  举报