好像@Autowired 可以按类型直接装配,为什么还要set,直接:
@Autowired
private CourseService courseService
不行吗?
直接:
private CourseService courseService 也可以,是自动装配的两种方式而已,用哪一种都可以