Public Key Retrieval is not allowed问题的解决
问题描述
启动java项目时,突然出现这样的错误:Public Key Retrieval is not allowed;
发现是配置文件的url的赋值出现了错误;
问题解决
只需要更改将这句话添加到url后面即可:
allowPublicKeyRetrieval=true
完美解决~~~
启动java项目时,突然出现这样的错误:Public Key Retrieval is not allowed;
发现是配置文件的url的赋值出现了错误;
只需要更改将这句话添加到url后面即可:
allowPublicKeyRetrieval=true
完美解决~~~