@GetMapping({"/index", "/yy"})
    private String index(){
        return "index";
    }

访问 /index 和 访问 /yy 的效果一致

相关文章:

  • 2021-07-11
  • 2021-12-29
  • 2022-12-23
  • 2021-10-24
  • 2021-09-16
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-13
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
相关资源
相似解决方案