Correct the classpath of your application so that it contains a single, compatible version of org.springframework.boot.autoconfigure.web.ServerProperties$Servlet | |
问题描述: 项目中使用的spring-boot版本为:2.3.6.RELEASE,而spring-cloud版本为:Greenwich.SR6,二者不兼容导致服务启动的时候报以下错误:
Correct the classpath of your application so that it contains a single, compatible version of org.springframework.boot.autoconfigure.web.ServerProperties$Servlet |
解决方法:参考[Correct the classpath of your application so that it contains a single](https://ask.csdn.net/questions/748223)