controller是spring的注解还是springmvc的注解

2024-12-03 08:12:24
推荐回答(2个)
回答1:

楼上的很遗憾,这货是spring-context包里的,虽然用在springmvc

具体解释很麻烦,实际上@Controller只是做了个元数据标记,但context包只是定义了这个annotation,然后下面没有了。。。

springmvc框架看到你定义了这个,做了进一步处理,也就是SpringMVC

回答2:

后者,,,,,,,

~