SpringBoot、SpringMVC編寫RESTFull接口使用正則表達式匹配

 正則表達式的寫法以下: @RequestMapping(value = "/{name:(?!fonts|oauth|webjars|swagger|images)[a-z][0-9a-z-]{3,31}}/**",method = {RequestMethod.POST, RequestMethod.GET}) public void homePage(HttpServletReque
相關文章
相關標籤/搜索