新建完springboot项目后什么也没还没添加只是运行就报错
2023-04-13 09:55:43.845 ERROR 8000 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Failed to destroy the filter named [Tomcat WebSocket (JSR356) Filter] of type [org.apache.tomcat.websocket.server.WsFilter]
java.lang.AbstractMethodError: null
at org.apache.catalina.core.ApplicationFilterConfig.release(ApplicationFilterConfig.java:292) ~[tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.core.StandardContext.filterStop(StandardContext.java:4377) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5164) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1348) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1337) [tomcat-embed-core-9.0.73.jar:9.0.73]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_321]
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) [tomcat-embed-core-9.0.73.jar:9.0.73]
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) [na:1.8.0_321]
at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:936) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1348) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1337) [tomcat-embed-core-9.0.73.jar:9.0.73]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_321]
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) [tomcat-embed-core-9.0.73.jar:9.0.73]
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) [na:1.8.0_321]
at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:936) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.core.StandardService.stopInternal(StandardService.java:491) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:970) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.apache.catalina.startup.Tomcat.stop(Tomcat.java:496) [tomcat-embed-core-9.0.73.jar:9.0.73]
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.stopTomcat(TomcatWebServer.java:273) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.stop(TomcatWebServer.java:331) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:152) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) [spring-boot-2.7.10.jar:2.7.10]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) [spring-boot-2.7.10.jar:2.7.10]
at com.example.demo.DemoApplication.main(DemoApplication.java:10) [classes/:na]
2023-04-13 09:55:43.864 INFO 8000 --- [ main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-04-13 09:55:43.883 ERROR 8000 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
```java
错误贴全