栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

springboot启动报错It was loaded from the following location

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

springboot启动报错It was loaded from the following location

springboot启动报错

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-11-26 14:35:06.421 ERROR 723709 --- [           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:

    org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.(CommonAnnotationBeanPostProcessor.java:641)

The following method did not exist:

    'java.lang.String javax.annotation.Resource.lookup()'

The method's class, javax.annotation.Resource, is available from the following locations:

    jar:file:/lib/jsr250-api-1.0.jar!/javax/annotation/Resource.class
    jar:file:/lib/jakarta.annotation-api-1.3.5.jar!/javax/annotation/Resource.class

It was loaded from the following location:

    file:/lib/jsr250-api-1.0.jar


Action:

Correct the classpath of your application so that it contains a single, compatible version of javax.annotation.Resource

2021-11-26 14:35:06.501  WARN 723709 --- [           main] o.s.boot.SpringApplication               : Unable to close ApplicationContext

原因:
jsr250-api-1.0.jar和jakarta.annotation-api-1.3.5.jar 重复


解决:
到报错路径删除 jsr250-api-1.0.jar
比如这里的 file:/lib/jsr250-api-1.0.jar

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/603377.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号