转自:https://segmentfault.com/q/1010000011245770

问题:没有使用get获取当前页面
解决方案:

 
   @RequestMapping(value = "/register" , method = RequestMethod.GET)
    public String toRegister(){
        return  "register";
    }

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-03
  • 2021-11-17
  • 2021-08-21
  • 2022-12-23
  • 2021-08-26
相关资源
相似解决方案