运行项目,一直报Exception in thread "http-apr-8082-exec-2" Exception in thread "commons-pool-EvictionTimer"
发现是tomcat内存溢出问题在网上找了相关解决资料,在tomcat添加以下内容即可解决问题。
-Xms2048m
-Xmx2048m
-XX:MaxPermSize=4096m
-Drebel.spring_plugin=true
-Drebel.spring_mvc_plugin=true
-Drebel.hibernate_plugin=true
参考地址:
https://www.cnblogs.com/qmfsun/p/4205256.html,
https://blog.youkuaiyun.com/Dome_/article/details/79912170