@Override public void configPlugin(Plugins me) { ....... /** 缓存 */ me.add(new EhCachePlugin()); }
加入缓存插件之后项目启动很慢,一般在10来s,有时候差不多60s,请问怎么解决吗?
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false" monitoring="autodetect" dynamicConfig="true">
updateCheck="false"
是不是这个有问题?