HttpServletRequest getRequestURI in SpringBoot

前端 未结 0 995
离开以前
离开以前 2021-02-10 18:11

I have a SpringBoot ap. with this method in the controller:

@GetMapping(value = "/")
    public String home(Model model, HttpServletRequest request) {

         


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