coding

[spring-boot] 3.2 매개변수 이름 인식 문제 Name for argument of type [int] not specified, and parameter name information not available via reflection

사과키라임파이 2024. 8. 21. 23:33

 

 

Name for argument of type [int] not specified, and parameter name information not available via reflection. Ensure that the compiler uses the '-parameters' flag.

 

다른 글 참고해서 아래로 바꿈

 

 

 

이 문제 뜸.

그래서 다시 다른 방법

 

 

 

이렇게 해봄.

다시 시도..

근데 그래도 500 에러 뜸..

근데 알고보니 이 방식이 맞았고, 빌드 전에 OUT 폴더 삭제 안 해서 그랬음

이거 빌드를 GRADLE로 설정하는게 좋다고 하는데........... 이거는 다른 팀원에게 물어보고 따로 정리하자.

 

 

 

https://velog.io/@hjjwa1234/Name-for-argument-of-type-not-specified-and-parameter-name-information-not-available-via-reflection.-%EC%98%A4%EB%A5%98

 

Name for argument of type not specified, and parameter name information not available via reflection. 오류

API 작성 중 POSTMAN으로 테스트 해보던 중 이런 오류가 발생했다. 오류 메시지에 의하면 URI 뒤의 Path Variable을 컴파일러가 인식하지 못하는 것 같다. 근데 분명히 어제 테스트를 진행할 때는 잘 인

velog.io

 

https://velog.io/@ghwns9991/%EC%8A%A4%ED%94%84%EB%A7%81-%EB%B6%80%ED%8A%B8-3.2-%EB%A7%A4%EA%B0%9C%EB%B3%80%EC%88%98-%EC%9D%B4%EB%A6%84-%EC%9D%B8%EC%8B%9D-%EB%AC%B8%EC%A0%9C

 

스프링 부트 3.2 매개변수 이름 인식 문제

Spring Boot JWT Tutorial을 수행하는 도중 회원가입 API까지 다 구현하고 발생한 오류..2024-01-18T20:34:26.838+09:00 ERROR 31880 --- nio-8080-exec-4 o.a.c.c.C.\[.\[./.dispatcher

velog.io