No configuration found. Configuring ehcache from ehcache-failsafe.xml

前端之家收集整理的这篇文章主要介绍了No configuration found. Configuring ehcache from ehcache-failsafe.xml前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

存在问题:

No configuration found. Configuring ehcache from ehcache-failsafe.xml

ehcache-failsafe.xml 是来自于ehcache-1.1.jar包,但原因并不是找不到 ehcache-failsafe.xml 而造成的错误

解决办法:

把 ehcache-1.1.jar包里的 ehcache-failsafe.xml 抽取出来,改名为ehcache.xml放到工程的Src目录下,刷新一下并运行,就好了。

原文链接:https://www.f2er.com/xml/299403.html

猜你在找的XML相关文章