请问,Spring mvc中的Controller例子,courseService没有构造函数也没有getBean,是怎么做到可以调用其中的方法的?
只是@Controller、@Autowired而已
我自己回答一下,这是标准的@Component+@Autowired的自动注册