Spring 工具套件在将依赖项添加到 pom.xml 文件后自动关闭
Spring Tool Suite Closes Automatically after adding dependency to pom.xml file
我正在尝试使用 Spring 数据,但每当我将其依赖项添加到 pom.xml 时,5-10 秒后,STS 会自动关闭。如果我删除依赖项,它将起作用。但是,我需要在我的项目中使用 Spring 数据。我应该怎么办?需要专家帮助。我正在使用 STS 3.7。3.RELEASE
我尝试更改 JDK 版本。我也切换了工作区。我还尝试清理该项目。但是,问题不会解决。这是我尝试使用的依赖项。我也尝试使用最新的依赖。
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.9.4.RELEASE</version>
</dependency>
我得到了临时解决方案。我刚刚取消选中 "Project" 菜单下的选项 "Build Automatically"。
如果刚启动就关闭,问题出在仪表盘上
- 转到
sts-bundle\sts-3.8.3.RELEASE\configuration\org.eclipse.equinox.simpleconfigurator
编辑 bundles.info 并将下面的配置设置为 true,如下所示
2.org.springsource.ide.eclipse.dashboard.ui,3.8.3.201612190658-RELEASE,plugins/org.springsource.ide.eclipse.dashboard.ui_3.8.3.201612190658-RELEASE.jar,4,true
我正在尝试使用 Spring 数据,但每当我将其依赖项添加到 pom.xml 时,5-10 秒后,STS 会自动关闭。如果我删除依赖项,它将起作用。但是,我需要在我的项目中使用 Spring 数据。我应该怎么办?需要专家帮助。我正在使用 STS 3.7。3.RELEASE 我尝试更改 JDK 版本。我也切换了工作区。我还尝试清理该项目。但是,问题不会解决。这是我尝试使用的依赖项。我也尝试使用最新的依赖。
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.9.4.RELEASE</version>
</dependency>
我得到了临时解决方案。我刚刚取消选中 "Project" 菜单下的选项 "Build Automatically"。
如果刚启动就关闭,问题出在仪表盘上
- 转到 sts-bundle\sts-3.8.3.RELEASE\configuration\org.eclipse.equinox.simpleconfigurator 编辑 bundles.info 并将下面的配置设置为 true,如下所示 2.org.springsource.ide.eclipse.dashboard.ui,3.8.3.201612190658-RELEASE,plugins/org.springsource.ide.eclipse.dashboard.ui_3.8.3.201612190658-RELEASE.jar,4,true