eclipse4.12.0装spring tool suite,其他选项可以显示,但是不能显示spring starter project

梦回的承诺 2019-08-19 04:29:03
我的eclipse 版本是4.12.0
对于的spring tool suite版本是springsource-tool-suite-3.9.9.RELEASE-e4.12.0-updatesite.zip
当本地装完以后,其他选项都有,但是spring starter project这一项没有???求大神解决
...全文
683 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
梦回的承诺 2019-11-19
  • 打赏
  • 举报
回复
我是在https://start.spring.io/生成的项目,太累的,这个生成的项目我感觉build.gradle不一样的,是下面这样的 dependencies里面用implementation,不要compile的,其他地方也不一样感觉 //使用插件 plugins { id 'org.springframework.boot' version '2.2.1.RELEASE' id 'io.spring.dependency-management' version '1.0.8.RELEASE' id 'java' } //制定生成的版本文件 group = 'com.dream' version = '0.0.1-SNAPSHOT' //JDK版本 sourceCompatibility = '1.8' //使用maven的中央仓库及spring自己的仓库 repositories { //mavenCentral() maven{url "http://maven.aliyun.com/nexus/content/groups/public/"} } //依赖关系,加依赖 dependencies { //该依赖用于编译阶段 implementation 'org.springframework.boot:spring-boot-starter-web' //该依赖用于测试阶段 testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } } test { useJUnitPlatform() }
温情。 2019-11-19
  • 打赏
  • 举报
回复
直接在eclipse里面安装下载STS插件就可以了
天涯___小菜 2019-09-06
  • 打赏
  • 举报
回复
直接安个STS不就省事了
月寒0909 2019-08-30
  • 打赏
  • 举报
回复
我用eclipse4.12.0安装完springsource-tool-suite-3.9.9.RELEASE-e4.12.0-updatesite.zip后,都没有spring选项
Bofu- 2019-08-27
  • 打赏
  • 举报
回复
楼主,不知道你解决了没有,我的问题和你一模一样的。上星期出去了一整个星期没碰电脑,今天回来解决了。可能是版本的问题,你换一个版本。(我又卸载重下了这个版本Neon.3 Release (4.6.3))。之后就根据版本安装spring tool suit,然后就有了。

58,454

社区成员

发帖
与我相关
我的任务
社区描述
Java Eclipse
社区管理员
  • Eclipse
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧