[Spring] @RequestParam Map param - 파라미터를 안줬는데 왜 잘되지? @RequestParam(required=false) 줘야되는거 아니였어? 응 Map은 아니야!
자~~~~ 보자! 보자! 어디보자! 스프링 너 지금 보자! .... ㅡ,.ㅡ 아래의 Spring의 스펙을 보자! org.springframework.web.bind.annotation Annotation Type RequestParam @Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface RequestParam Annotation which indicates that a method parameter should be bound to a web request parameter. Supported for annotated handler methods in Spring MVC and Spring WebFlux as f..
2022.07.18