一、SpringCloud与SpringBoot版本不匹配
问题:
Caused by: java.lang.ClassNotFoundException: org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
原因:
SpringBoot版本 :2.4.1
SpringCloud版本:Greenwich.SR3
解决:
Springboot版本修改为:2.1.8.RELEASE