How to access url of this endpoint @GetMapping(“/catalog/**”) inside its method?

后端 未结 0 2001
灰色年华
灰色年华 2020-11-30 21:26

I have following endpoint:

@GetMapping("/catalog/**")
public String getCatalog(final Model model){
    String url = "catalog/xxx/xxx/";

}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题