jeecg項目啟動后顯示登錄界面tomcat日志報錯如下:
[net.sf.ehcache.distribution.RMICacheManagerPeerListener:120] Explicitly setting the listener hostname to 'localhost' is not recommended. It will only work if all CacheManager peers are on the same machine.
解決辦法:
tomcat配置文件server.xml中的下面兩處localhost修改為:127.0.0.1即可