BACKEND/자바 JAVA requestparam 개발괴발랄 2021. 3. 10. 17:58 heavenly-appear.tistory.com/302 [스프링] @RequestParam에 대한 이해 - parameter를 쉽게 컨트롤하기 스프링에서는 컨트롤러로 사용할 클래스 상단에 @Controller 지정하며 유용하게 사용할수 있는 기능들이 있다. 그중에 @RequestParam에 대해서 알아볼까합니다. 1. 단일 파라미터 변환 private ModelAndView heavenly-appear.tistory.com