7
Làm cách nào để sử dụng nhiều chú thích @RequestMapping vào mùa xuân?
Có thể sử dụng nhiều @RequestMappingchú thích trên một phương thức? Giống : @RequestMapping("/") @RequestMapping("") @RequestMapping("/welcome") public String welcomeHandler(){ return "welcome"; }
247
java
spring
spring-mvc