编辑$JAVA_HOME/jre/lib/security/Java.security文件 vi /opt/jdk1.8/jre/lib/security/Java.security 修改配置项 securerandom.source=file:/dev/random 修改为 securerandom.source=file:/dev/urandom 如果不行试下改成这种 securerandom.source=file:/dev/./urandom
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。