且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

java - trustStore 的路径 - 设置属性不起作用?

更新时间:2023-02-16 14:50:43

你打错了 - 它是 trustStore.

You have a typo - it is trustStore.

除了用System.setProperty(..)设置变量外,还可以使用

Apart from setting the variables with System.setProperty(..), you can also use

-Djavax.net.ssl.keyStore=path/to/keystore.jks