springbean重复注入的问题

233 阅读1分钟

如: @Service public class ProjectService{

@Autowired
private ProjectService projectService;

}

这样的话 本对象调用会有空指针的问题