标签:bsp sae crypto str work keystore required 解决办法 class
EncryptionBootstrapConfiguration.RsaEncryptionConfiguration:
      Did not match:
         - Keystore nor key found in Environment (EncryptionBootstrapConfiguration.KeyCondition)
      Matched:
         - @ConditionalOnClass found required class ‘org.springframework.security.rsa.crypto.RsaSecretEncryptor‘; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition)
   EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration:
      Did not match:
         - @ConditionalOnMissingClass found unwanted class ‘org.springframework.security.rsa.crypto.RsaSecretEncryptor‘ (OnClassCondition)
解决办法:检查配置文件格式,有咩有加空格等
标签:bsp sae crypto str work keystore required 解决办法 class
原文地址:https://www.cnblogs.com/findlisa/p/11296231.html