Home  >  Q&A  >  body text

java - Spring service中怎么使用当前的service对象,Autowired不成功

比如AuthServiceImpl下有getUser()和getPage()两个方法,在getPage中我要调用getUser()方法,使用

@Autowired(required = false)

private AuthService authService;

自动注入会报错,在getPage里面new一个AuthService对象也不可以。

像这种service中使用当前对象应该怎么注入?

伊谢尔伦伊谢尔伦2742 days ago437

reply all(2)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-18 10:57:44

    this.getUser();

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-18 10:57:44

    If there is no problem with the configuration, you can consider the version issue

    reply
    0
  • Cancelreply