sed -i 's/securerandom\.source\=file\:\/dev\/random/securerandom\.source\=file\:\/dev\/urandom/g' $JAVA_HOME/jre/lib/security/java.security
转载于:https://www.cnblogs.com/Carr/p/9133219.html
本文介绍如何修改Java的安全性配置文件java.security,将securerandom.source的来源从/dev/random更改为/dev/urandom,以提高应用程序的启动速度和性能。
sed -i 's/securerandom\.source\=file\:\/dev\/random/securerandom\.source\=file\:\/dev\/urandom/g' $JAVA_HOME/jre/lib/security/java.security
转载于:https://www.cnblogs.com/Carr/p/9133219.html

被折叠的 条评论
为什么被折叠?