공부
[Python] multiple RequestMapping
승가비
2020. 5. 21. 00:41
728x90
@RequestMapping(value={"", "/", "welcome"})
https://stackoverflow.com/questions/2513031/how-to-use-multiple-requestmapping-annotations-in-spring
How to use multiple @RequestMapping annotations in spring?
Is it possible to use multiple @RequestMapping annotations over a method? Like : @RequestMapping("/") @RequestMapping("") @RequestMapping("/welcome") public String welcomeHandler(){ return "w...
stackoverflow.com
728x90