NoSuchMethodError: 'void org.springframework.boot.builder.SpringApplicationBuilder.

错误:Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.cloud.bootstrap.BootstrapApplicationListener and org.springframework.boot.builder.SpringApplicationBuilder

从网上找到许多的结论都是因为springboot与springcloud版本不匹配
从官方提供的来看版本是匹配的

img

img

img

img

求解答