You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- reservation service 분리
- reservation dto, dao 분리
- 일차적으로 cookie에서 user 정보값을 가져온다고 생각하고 controller에서 @cookievalue를 활용, default값을 none으로 하였습니다.
- reservation service에서 properties_id, checkin, checkout,name을 받아서
해당 properties에 대한 예약을 진행하고자 합니다.
issue : #10
-------------------------
-------------------------
- reservation에 필요한 DTO를 만들고, 그에 필요한 데이터를 Service에서
생성하여 Dto에 builder로 만들었습니다.
- reservationDao에 해당 객체를 집어넣어서 Insert를 할 생각입니다.
issue : #10
-------------------------
-------------------------
The text was updated successfully, but these errors were encountered: