Use spring-security-crypto rsa rather than spring-security rsa
fixes gh-2667
This commit is contained in:
@@ -61,7 +61,7 @@ public class ConfigServerConfigDataLocationResolver
|
||||
*/
|
||||
public static final String PREFIX = "configserver:";
|
||||
static final boolean RSA_IS_PRESENT = ClassUtils
|
||||
.isPresent("org.springframework.security.rsa.crypto.RsaSecretEncryptor", null);
|
||||
.isPresent("org.springframework.security.crypto.encrypt.RsaSecretEncryptor", null);
|
||||
|
||||
private final Log log;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user