-
has an unsupported return type 오류공부/SpringBoot & Spring 2022. 6. 17. 11:21728x90
회원을 추가 해주기 위해 insert부분을 만들었다.
그런데 두둥.. has an unspported return type 오류 발생!
하아.. 한가지 해결하면 또 오류.. 오류 반복이다
이건 무슨 문제인고 찾아 보니
반환 타입이 없어서
controller, service, mapper 등등 insert클래스에 해당하는 부분을
void로 잡아줘야 되는것이였다. (반환형은 자기에 맞춰서..? int 또는 void로)
그래도 금방 해결 되었다.. 끗!
728x90'공부 > SpringBoot & Spring' 카테고리의 다른 글
Mybatis Mapper 1064(42000) error (0) 2022.06.23 Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 오류 (0) 2022.06.22 An error happened during template parsing 에러 (0) 2022.06.17 Mybatis TooManyResultsException 오류 (0) 2022.06.15 MyBatis 오류: Invalid bound statement (not found) (0) 2022.06.15