Springboot启动不了
Posted findlisa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Springboot启动不了相关的知识,希望对你有一定的参考价值。
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)
解决办法:检查配置文件格式,有咩有加空格等
以上是关于Springboot启动不了的主要内容,如果未能解决你的问题,请参考以下文章
STS启动springboot项目,加载不了resources下的配置文件的问题