idea突然报错Malformed \uxxxx encoding问题及解决
目www.devze.com录
- 问题
- 解决方式
- 总结
问题
idea 上的 maven 编程客栈项目突然报错,是发生在经常切换git分支的时候。
Descriptionwww.devze.com : The <project> element is the root of the descriptor. The followingjs table lists all of the possible child elements. Version : 3.0.0+
解决方式
maven 仓库内搜索:resolver-status.properties
我把发生问题时生成的resolver-status.properties删除(用剪切方式放在其他目录,以防万一)。
然后再清除缓存重启idea,问编程客栈题解决。
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持编程客栈(www.devze.com)。
精彩评论