@resource的使用

文章讲述了在Spring框架中尝试使用@Resource注解注入静态变量时遇到的错误,即@Resourceannotationisnotsupportedonstaticfields。解决方法包括:在被注解的类上添加@Component注解,移除静态变量上的@Resource注解,或者为变量创建非静态的get/set方法并在set方法上使用@Resource注解。
摘要由CSDN通过智能技术生成

@resource注解使用遇到 @Resource annotation is not supported on static fields

Injection of resource dependencies failed; nested exception is 
org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'javaBeanUtils' defined in file 
[E:....out\artifacts\tingyu_Web_exploded\WEB-INF\classes\com\sxt\config\JavaBeanUtils.class]: 
Post-processing of merged bean definition failed; nested exception is 
java.lang.IllegalStateException: @Resource annotation is not supported on static fi

@resource注入的变量是静态变量,不允许注入静态变量,报错。

解决在这里插入图片描述
1 在被注解类上打上@component
2 将被静态变量上的@resource删除
3 显示打出变量的get/set方法,将两个方法上的 static 删除
4 在set方法上加@resource注解

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值