美文网首页
解决myeclipse中 保存代码时"resetting sel

解决myeclipse中 保存代码时"resetting sel

作者: weiluo12 | 来源:发表于2020-12-30 16:38 被阅读0次

因为用了springboot,最近每次一保存代码,eclipse总在同步的在做什么事,耗时在6-15秒。任务显示"resetting selecttion"保存操作 是我们常用的步骤,老是这样吃不消啊。于是分析和查...

因为用了springboot,最近每次一保存代码,eclipse总在同步的在做什么事,耗时在6-15秒。

任务显示"resetting selecttion"

保存操作 是我们常用的步骤,老是这样吃不消啊。

于是分析和查资料后找出了解决方案:

1 打开你的项目的根目录文件夹

删除项目 的.project文件里的

<buildCommand> <name>com.genuitec.eclipse.springframework.springbuilder</name> <arguments> </arguments></buildCommand>

<nature>com.genuitec.eclipse.springframework.springnature</nature>

2. 打开项目的.settings文件夹

删掉org.eclipse.wst.common.project.facet.core.xml文件里的

<installed facet="me.spring" version="4.1"/>

3. 保存文件,刷新项目,重启myeclipse

相关文章

网友评论

      本文标题:解决myeclipse中 保存代码时"resetting sel

      本文链接:https://www.haomeiwen.com/subject/eavhoktx.html