tomcat9在centos7上启动慢问题

JAVA学习网 2018-07-05 11:18:04

 

 

/opt/java/jdk1.8.0_162/jre/lib/security/java.security

将如下配置
securerandom.source=file:/dev/random

改为
securerandom.source=file:/dev/urandom

阅读(1145) 评论(0)