
[Troubleshooting] Spring에서 @PathVariable 파라미터 인식 오류
·
Troubleshooting
문제 상황Spring Boot API를 실행 중, 다음과 같은 에러 로그가 발생했다:2025-06-12T18:40:00.273+09:00 ERROR 24108 --- [cluvr-api] [nio-8080-exec-7] c.e.c.g.e.GlobalExceptionHandler : Exception URI : /clubs/1/join2025-06-12T18:40:00.273+09:00 ERROR 24108 --- [cluvr-api] [nio-8080-exec-7] c.e.c.g.e.GlobalExceptionHandler : Exception : Name for argument of type [java.lang.Long] not specified, and parameter name information..