微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

无法启动bean'documentationPluginsBootstrapper'AnnotationFormatError:注释意外结束?

如何解决无法启动bean'documentationPluginsBootstrapper'AnnotationFormatError:注释意外结束?

突然,我们发现由于以下异常,我们的应用程序有时在tomcat部署期间会失败,但是如果再次尝试使用同一代码,则可以成功部署相同的代码,这意味着它不会一直失败。我们使用的是tomcat版本8和Java 8 spring 2。

2020-10-12 20:14:11信息o.s.j.e.a.AnnotationMBeanExporter:433-在启动时为JMX公开注册bean 2020-10-12 20:14:11 INFO o.s.c.s.DefaultLifecycleProcessor:351-在阶段2147483647中启动bean 2020-10-12 20:14:11 INFO s.d.s.w.p.DocumentationPluginsBootstrapper:160-上下文已刷新 2020-10-12 20:14:11 INFO s.d.s.w.p.DocumentationPluginsBootstrapper:163-找到1个自定义文档插件 2020-10-12 20:14:11 INFO s.d.s.w.s.ApiListingReferenceScanner:41-扫描api列表引用 2020-10-12 20:14:16警告o.s.b.w.s.c. AnnotationConfigServletWebServerApplicationContext:558-上下文初始化期间遇到异常-取消刷新尝试:org.springframework.context.ApplicationContextException:无法启动bean'documentationPluginsBootstrapper';嵌套的异常是java.lang.annotation.AnnotationFormatError:注释的意外结尾。 2020-10-12 20:14:16 INFO o.s.j.e.a.AnnotationMBeanExporter:451-关闭时注销JMX暴露的bean 2020-10-12 20:14:16 INFO o.s.s.c.ThreadPoolTask​​Executor:208-关闭ExecutorService'brokerChannelExecutor' 2020-10-12 20:14:16 INFO o.s.s.c.ThreadPoolTask​​Scheduler:208-关闭ExecutorService'messagebrokerTaskScheduler' 2020-10-12 20:14:16 INFO o.s.s.c.ThreadPoolTask​​Executor:208-关闭ExecutorService'clientOutboundChannelExecutor' 2020-10-12 20:14:16 INFO o.s.s.c.ThreadPoolTask​​Executor:208-关闭ExecutorService'clientInboundChannelExecutor' 2020-10-12 20:14:16 INFO o.s.o.j.LocalContainerEntityManagerfactorybean:597-为持久性单元'default'关闭JPA EntityManagerFactory 2020-10-12 20:14:16 INFO o.s.o.j.LocalContainerEntityManagerfactorybean:597-为持久性单元'default'关闭JPA EntityManagerFactory 2020-10-12 20:14:16 INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:101-

启动ApplicationContext时出错。要显示条件报告,请在启用“调试”的情况下重新运行您的应用程序。 2020-10-12 20:14:16错误o.s.b.SpringApplication:842-应用程序运行失败 org.springframework.context.ApplicationContextException:无法启动bean'documentationPluginsBootstrapper';嵌套的异常是java.lang.annotation.AnnotationFormatError:注释的意外结尾。 在org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:184) 在org.springframework.context.support.DefaultLifecycleProcessor.access $ 200(DefaultLifecycleProcessor.java:52) 在org.springframework.context.support.DefaultLifecycleProcessor $ LifecycleGroup.start(DefaultLifecycleProcessor.java:356)处 在org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:157) 在org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:121) 在org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:885) 在org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:161) 在org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:553) 在org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) 在org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) 在org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) 在org.springframework.boot.SpringApplication.run(SpringApplication.java:327) 在org.springframework.boot.web.servlet.support.SpringBootServletinitializer.run(SpringBootServletinitializer.java:155) 在org.springframework.boot.web.servlet.support.SpringBootServletinitializer.createRootApplic中

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。