Ensure property source decryption works even if RSA not available
Fixes gh-34
This commit is contained in:
@@ -45,7 +45,7 @@ import org.springframework.util.StringUtils;
|
||||
*
|
||||
*/
|
||||
@Configuration
|
||||
@ConditionalOnClass({ TextEncryptor.class, RsaSecretEncryptor.class })
|
||||
@ConditionalOnClass({ TextEncryptor.class })
|
||||
@EnableConfigurationProperties(KeyProperties.class)
|
||||
public class EncryptionBootstrapConfiguration {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user