为什么controller中的service自动注入的注解加在set方法上,加在上面的定义上不是刚方便么?
加在set上只是为了方便阅读,在实际中我们通常将注解放在上面
@Autowired
public ProjectInfoServiceImpl projectInfoServiceImpl;