springboot 添加aop controller里面注入的service 是空 null
2021-02-14 16:18
标签:details 就是 没有 html 动态代理 auto 方法 动态 com 参考: https://blog.csdn.net/Yue_zuozuo/article/details/85053971 springboot 添加aop controller里面注入的service 是空 null 标签:details 就是 没有 html 动态代理 auto 方法 动态 com 原文地址:https://www.cnblogs.com/liran123/p/12719878.htmlspringboot 添加aop controller里面注入的service 是空 null
Controller层的RequestMapping方法不能设置private(私有的),这样会导致在动态代理过程中无法注入private对象。这里跟用@Autowire和@Resouce没有关系。就是被设置为私有方法导致的。
https://www.cnblogs.com/hjieone/p/11139787.html
下一篇:线性判别分析LDA算法——
文章标题:springboot 添加aop controller里面注入的service 是空 null
文章链接:http://soscw.com/index.php/essay/55251.html