버전 : Spring Data MongoDB 2.7.9 예외 메세지 Method threw 'java.lang.IllegalArgumentException' exception. Cannot evaluate org.springframework.data.mongodb.core.aggregation.Aggregation.toString() 해당 예외는 아래의 코드에서 발생했다 GroupOperation groupByRoomId = group(roomId).push(content).as(content); LimitOperation limit = new LimitOperation(pageable.getPageSize()); SortOperation sort = Aggregation.sort(Sort.by(Sort..