博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
@Resource annotation is not supported on static fields
阅读量:6672 次
发布时间:2019-06-25

本文共 332 字,大约阅读时间需要 1 分钟。

  hot3.png

annotation is not supported on static fields  

问题解决

写set方法,在set方法上做注解

@Componentpublic final class OAuthUtil {	private static OAuthService oauthService;	@Resource(name = "woldoauthService")	public void setOauthService(OAuthService oauthService) {		OAuthUtil.oauthService = oauthService;	}}

转载于:https://my.oschina.net/ohalo/blog/694863

你可能感兴趣的文章
Linux Shell编程
查看>>
[Django](1093, "You can't specify target table。。错误
查看>>
the App Transport Security policy requires the use
查看>>
归档与反归档
查看>>
Learning Data Structure_5_图(2)
查看>>
HDS G1000和Gx00的端口属性
查看>>
Innodb中mysql如何快速删除2T的大表
查看>>
bash基本命令的使用(笔记)
查看>>
windows_learn 002 用户管理和组策略
查看>>
kafka性能优化
查看>>
含有echart 图表的报表打印
查看>>
域控迁移为08 R2后无法访问Linux服务器共享
查看>>
我的友情链接
查看>>
华为认证考试
查看>>
我的友情链接
查看>>
nosql之redis简单安装与使用
查看>>
System Center Operation Manager 2012(一) 拓扑变化
查看>>
基于LVS的NAT模式实现PHP应用
查看>>
在物质与精神之间实现平衡
查看>>
vim 文本编辑器
查看>>