boOKshelf(소장도서관리pj)

[Error]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.

i-m-okay 2024. 9. 20. 23:06

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.

 

 

intelli j 가 만료돼서 community 버전으로 바꾸고 난 뒤,

Setting > Build > Gradle > Build Tools 에서 빌드 툴을 intelliJ IDEA 로 바꾸었더니 발생한 문제였다.

Gradle로 바꾸면 해당 문제가 발생하지 않는다.

 

해당 문제의 해결 방법은 이곳을 참고하였다.

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

 

감사합니다!