文章列表
在使用SpringMVC+Shiro+MyBatis时,在不加入Shiro安全框架的配置文件时,@Transactional,@Autowired都可以正常使用;
但在加入Shiro后发现,如果在Service层不使用@Transactional,项目可以正常使用;
但在使用@Transactional注解后,程序报错说在使用@Transactional的Controller类中,@Autowired注解失效。
[
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'or ...