parameter1 [Error / Spring] @PathVariable 변수명 인식 실패 이슈 문제 상황아래와 같이 PathVariable을 포함하고 있는 path에 API 요청을 보내니 에러가 발생하였다.Request processing failed: java.lang.IllegalArgumentException: Name for argument of type [java.lang.String] not specified, and parameter name information not available via reflection. Ensure that the compiler uses the '-parameters' flag.] with root cause 에러 메세지를 보니 parameter를 인식하지 못한다는 내용이었다.Ensure that the compiler uses the '-paramet.. 2024. 5. 7. 이전 1 다음