在CentOS系统环境中,Spring项目部署在Tomcat,出现服务启动速度非常慢的情况。
解决方案方案1、Tomcat的catalina.sh中配置:-Djava.security.egd=file:/dev/urandom
方案2. JRE的java.security中配置:securerandom.source=file:/dev/urandom
方案3. 安装rngd服务:
最后,重启Tomcat服务。
参考来自:
https://blog.csdn.net/tianshan2010/article/details/103995645https://www.cnblogs.com/heyongboke/p/10870972.htmlhttps://mp.weixin.qq.com/s?__biz=MzIxMjAzMDA1MQ%3D%3D&mid=2648945568&idx=1&sn=7eff16ee9dd40e6f9f90073c0ef90a9e