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启动不了的主要内容,如果未能解决你的问题,请参考以下文章

springboot访问接口访问不了,启动是正常的

STS启动springboot项目,加载不了resources下的配置文件的问题

SpringBoot -- 项目结构+启动流程

Spring Boot 里面引入hive-jdbc包,依赖冲突,tomcat启动不了

Dubbo: 在springboot中的启动过程

springboot启动过程解析