springboot 添加aop controller里面注入的service 是空 null

Posted _Phoenix

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot 添加aop controller里面注入的service 是空 null相关的知识,希望对你有一定的参考价值。

springboot 添加aop controller里面注入的service 是空 null

Controller层的RequestMapping方法不能设置private(私有的),这样会导致在动态代理过程中无法注入private对象。这里跟用@Autowire和@Resouce没有关系。就是被设置为私有方法导致的。

参考:
https://www.cnblogs.com/hjieone/p/11139787.html

https://blog.csdn.net/Yue_zuozuo/article/details/85053971

以上是关于springboot 添加aop controller里面注入的service 是空 null的主要内容,如果未能解决你的问题,请参考以下文章

springboot自定义注解AOP在controller上时导致controller注入失败的问题

springboot集成AOP管理日志

SpringBoot通过AOP实现系统日志记录(Controller层日志监控,将日志信息保存到数据库)

SpringBoot切面控制业务逻辑

springboot中如何在切面中重写请求参数

springboot AOP全局拦截日志记录