mybatis에서 잘못된 방식으로 파라미터를 사용해서 생긴 문제였다.myBatis: \`LIMIT 페이지네이션을 위해 paramMap(map)에 offset, pageSize를 넣었는데, myBatis 쿼리에서 위와 같은 방식으로 값을 이용하려고 해서 생긴 문제였다.넘
java.lang.IllegalArgumentException: Result Maps collection does not contain value for~xml 파일에서 resultMap의 이름을 잘못 적어서 생긴 문제였다.잘못 적은 resultMap의 이름을 수정해서
에러 메시지를 살펴보니 맨 마지막에 Mapped Statements collection already contains key~ 라는 에러를 확인할 수 있었다.MyBatis에서 XML Mapper 파일을 파싱할 때, 동일한 ID(Key)를 가진 매핑 문(statement
Required URI template variable 'code' for method parameter type Integer is not present@PathVariable을 사용했는데 url에서 값을 받지 않아서 발생한 문제였다.기존 코드:@GetMapping(
java.sql.SQLSyntaxErrorException: (conn=1144) Unknown column 'F.franchise_code' in 'where clause'문제의 Mybatis 쿼리:SQL 쿼리에서는 F.franchise_code를 WHERE 절에서
ReturningServiceImpl is not abstract and does not override abstract method \[메소드명] in ReturningServiceReturningServiceImpl은 ReturningService 인터페이스를 im

This XML file does not appear to have any style information associated with it. The document tree is shown belowS3 이미지 업로드는 성공했는데, 프론트에서 조회하니 이미지가 보이지