@Path这个注解到底用什么用,好像是和@GET一起用的,用来访问路径的吗我一般都是写的@RequestMethod,有什么区别吗
2 回答
繁星点点滴滴
TA贡献1803条经验 获得超3个赞
更新@魔鬼筋肉人的答案提醒了我,在SpringBoot-27.3JAX-RSandJersey小节中有提到@Path注解,但是并未提及它自身的作用,关于这一点请参考@魔鬼筋肉人的答案。综合来看,在SpringBoot中使用jax-rs系列注解是可以得到一定的支持的。IfyouprefertheJAX-RSprogrammingmodelforRESTendpoints,youcanuseoneoftheavailableimplementationsinsteadofSpringMVC.Jersey1.xandApacheCXFworkquitewelloutoftheboxifyouregistertheirServletorFilterasa@Beaninyourapplicationcontext.Jersey2.xhassomenativeSpringsupport,sowealsoprovideauto-configurationsupportforitinSpringBoot,togetherwithastarter.你可以在这里查看SpringBoot关于JAX-RS的说明。原答案我在官网翻来翻去没看到@Path,包括SpringMVC和SpringBoot,方便提供一下它所在的包名吗?因为我用IDEA建了个默认SpringBoot工程后打这个注解也是提示找不到。它会让我去添加一个jsonpath的包,我觉得应该不是这个。
添加回答
举报
0/150
提交
取消