标签: spring-mvc
Spring MVC Restful api
create Coupon POST /coupons query Coupon GET /coupons
我有一个拦截器,如果是查询优惠券请求,我就不会进入拦截器。
<mvc:exclude-mapping path="/coupons" />
但我只想要排除GET /coupons,其他path属性也可以指定Method吗?
GET /coupons
path
Method