有时候没有正确关闭eclipse ,重新启动时会遇到populate auto detected configs
解决办法:
-
设置自动验证
Windows > Preferences > Spring > Bean Supports Check the option Disable Auto Config Detection. -
From a command prompt:
cd into your Eclipse directory
type eclipse -clean -clearPersistedState
或者在eclipse.ini 文件中配置
- 1
- 2
每次启动自动执行clean
原文地址:http://blog.csdn.net/keep_learn/article/details/68124190

本文介绍了当Eclipse因未正确关闭导致启动时出现populateautodetectedconfigs问题的几种解决方案,包括修改设置禁用自动配置检测、清理持久状态以及通过eclipse.ini配置实现。
1094

被折叠的 条评论
为什么被折叠?



