1.WARN:No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath
解决的办法:建一个名为ehcache.xml的文件,内容为 maxElementsInMemory="10000" eternal="false" timeToIdleSeconds="10000" timeToLiveSeconds="10000" overflowToDisk="true" /> maxElementsInMemory="10
原创
2008-04-27 23:41:00 ·
460 阅读 ·
0 评论