Spring Boot: An attempt was made to call a method that does not exist. The attempt was made from

怼烎@ 2023-10-12 08:02 144阅读 0赞

问题概述:在Spring Cloud下创建多modue sb 时,启动其中一个modue出现这个,还没解决,先留坑

Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
2019-09-22 10:38:51.100 ERROR 13728 — [ main] o.s.b.d.LoggingFailureAnalysisReporter :


APPLICATION FAILED TO START


Description:

An attempt was made to call a method that does not exist. The attempt was made from the following location:

  1. org.springframework.cloud.netflix.zuul.ZuulProxyAutoConfiguration.discoveryRouteLocator(ZuulProxyAutoConfiguration.java:91)

The following method did not exist:

  1. org.springframework.boot.autoconfigure.web.ServerProperties$Servlet.getServletPrefix()Ljava/lang/String;

The method’s class, org.springframework.boot.autoconfigure.web.ServerProperties$Servlet, is available from the following locations:

  1. jar:file:/G:/springboot/apache-maven-3.6.0/repository/org/springframework/boot/spring-boot-autoconfigure/2.1.8.RELEASE/spring-boot-autoconfigure-2.1.8.RELEASE.jar!/org/springframework/boot/autoconfigure/web/ServerProperties$Servlet.class

It was loaded from the following location:

  1. file:/G:/springboot/apache-maven-3.6.0/repository/org/springframework/boot/spring-boot-autoconfigure/2.1.8.RELEASE/spring-boot-autoconfigure-2.1.8.RELEASE.jar

Action:
Correct the classpath of your application so that it contains a single, compatible version of org.springframework.boot.autoconfigure.web.ServerProperties$Servlet

发表评论

表情:
评论列表 (有 0 条评论,144人围观)

还没有评论,来说两句吧...

相关阅读