- 강의 질문
- 개발/데이터
COURSE 4 ch06 에서 500 서버 에러 발생해요
2025.06.15 14:07 수정
사용자가 주문한 스토어 TODO 리펙토링 필요 var storeEntity = storeService.getStoreWithThrow(storeMenuEntityList.stream().findFirst().get().getStoreId()); 이쪽 부분에서 데이터를 찾지 못해 current 부분에서 Execute를 하면 500 서버에러가 발생합니다. 어떻게 해결해야 할까요?
제가 작업한 프로젝트 깃허브 주소입니다. : https://github.com/WonJongHyeok/Service