启动ApplicationContext时出错。要显示条件报告,请在启用“调试”的情况下重新运行您的应用程序。 2020-03-26 11:37:05.248错误9332 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter:
申请无法开始
说明:
试图调用一个不存在的方法。尝试是从以下位置进行的:
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:175)
以下方法不存在:
org.apache.tomcat.util.modeler.Registry.disableRegistry()V
该方法的类org.apache.tomcat.util.modeler.Registry可从以下位置获得:
jar:file:/C:/Program%20Files/Java/jre1.8.0_77/lib/ext/tomcat-coyote.jar!/org/apache/tomcat/util/modeler/Registry.class
jar:file:/C:/Users/hp/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.31/tomcat-embed-core-9.0.31.jar!/org/apache/tomcat/util/modeler/Registry.class
它是从以下位置加载的:
file:/C:/Program%20Files/Java/jre1.8.0_77/lib/ext/tomcat-coyote.jar
动作:
更正您的应用程序的类路径,使其包含org.apache.tomcat.util.modeler.Registry的单个兼容版本
答案 0 :(得分:0)
请在此处放置一些代码段,例如application.properties文件,main和...。或者,您也可以将应用程序推送到github并将您的存储库地址放在此处,然后我将对其进行检查。