728x90
반응형
💢 문제 상황
에러 발생 : Inferred type 'S' for type parameter 'S' is not within its bound;
👍 해결 방법
JPA의 JpaRepository 매개변수, 인터페이스 명이 일치하는지 확인하자.
필자의 경우 JpaRepository에 ChattingRoomRepository로 들어가 있었다.
수정 후 정상작동한다.
반응형
'Knowledge > Trouble Shooting' 카테고리의 다른 글
java.lang.StackOverflowError: null (0) | 2024.06.10 |
---|---|
웹소켓 STOMP 에러 트러블 슈팅 (0) | 2024.05.27 |
java.lang.NullPointerException: Cannot invoke "org.board.exercise_board.User.Security.CustomUserDetails.getUsername()" because "customUserDetails" is null (0) | 2024.04.02 |
MySQL 테이블 'order' 생성 오류 (0) | 2024.03.31 |
Intellij [HY000][1130] Host 'ip주소' is not allowed to connect to this MariaDB server. (1) | 2024.03.28 |