原创 springboot種url的正則表達式{aaId:\d+}

請求示例: @GetMapping("{aaId:\\d+}") public Object aa(@PathVariable("aaId") Long aaId) { return aaId; }