net.sf.ehcache.CacheException: Failed to serialize element due to ConcurrentModificationException. This is frequently the result of inappropriately sharing thread unsafe object (eg. ArrayList, HashMap, etc) between threads
网上说的方法都不行,改了bean的serialVersionUID就好了!
本文介绍了一种在多线程环境下遇到的net.sf.ehcache.CacheException错误,并提供了通过修改bean的serialVersionUID来解决问题的有效方法。

251

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



