当前位置:网站首页>Static classes use @resource annotation injection
Static classes use @resource annotation injection
2022-06-30 20:11:00 【The snail dashed hard】
You need to , Take a brief note of
@Component
public class AccountUtil {
private static AccountIdDao accountIdDao;
@Resource
private AccountIdDao accountDao;
@PostConstruct
public void init(){
accountIdDao = accountDao;
}
public static List<AccountIdInfoPO> getAccount(String channel) {
// Get the list of users
QueryWrapper<AccountIdInfoPO> query = new QueryWrapper<>();
query.eq("channel", channel);
return accountIdDao.selectList(query);
}
}
边栏推荐
- 文件包含&条件竞争
- exness:美GDP终值意外加速萎缩1.6%
- 广州股票开户选择手机办理安全吗?
- MySQL master-slave synchronization
- Client请求外部接口标准处理方式
- Taihu Lake "China's healthy agricultural products · mobile phone live broadcast" enters Taihu Lake
- C语言:hashTable
- Why should offline stores do new retail?
- Audio and video architecture construction in the super video era | science and Intel jointly launched the second season of "architect growth plan"
- 台湾SSS鑫创SSS1700替代Cmedia CM6533 24bit 96KHZ USB音频编解码芯片
猜你喜欢
Django上传excel表格并将数据写入数据库的详细步骤
![[try to hack] windows system account security](/img/2b/e6e999313e3ae4e1cbf4bfa02daef0.png)
[try to hack] windows system account security
![[solved] how does Tiktok cancel paying attention to the cancelled account](/img/1f/7b0bd2c0f69f7f3d1c25c426cc5771.png)
[solved] how does Tiktok cancel paying attention to the cancelled account

【1175. 质数排列】

【论文阅读】Trajectory-guided Control Prediction for End-to-end Autonomous Driving: A Simple yet Strong Baseline

TorchDrug--药物属性预测

“更福特、更中国”拨云见日,长安福特王牌产品订单过万

MySQL billing Statistics (Part 1): MySQL installation and client dbeaver connection

4.3寸触控屏12路控制端口可编程网络中控支持5台中控主机相互备份

为什么一定要从DevOps走向BizDevOps?
随机推荐
漏洞扫描工具大全,妈妈再也不用担心我挖不到漏洞了
4.3-inch touch screen 12 channel control port programmable network central control supports mutual backup of 5 central control hosts
Kubernetes为什么会赢,容器圈的风云变幻!
为什么数字化转型战略必须包括持续测试?
将秒数转换为**小时**分钟
项目经理不应该犯的错误
Unity 如何拖拉多个组件中的一个
8 - 函数
Transport layer uses sliding window to realize flow control
正则系列之字符类
【1175. 质数排列】
CADD课程学习(2)-- 靶点晶体结构信息
Exness: the final value of US GDP unexpectedly accelerated to shrink by 1.6%
Network planning | [five transport layers and six application layers] knowledge points and examples
小学期,第三场-下午:WEB_sessionlfi
Lombok
The prospectus of pelt medical was "invalid" for the second time in the Hong Kong stock exchange, and the listing plan was substantially delayed
企业中台规划和IT架构微服务转型
C language: hashtable
【论文阅读】Trajectory-guided Control Prediction for End-to-end Autonomous Driving: A Simple yet Strong Baseline