-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 미션 참여, 조회 API 구현 #23
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드 너무 깔끔해 🫠 수고 많았어 👏 👏
딴말이지만 어제 도커 컴포즈 보다가 redis 연결 안됐던 이유 찾은 것 같아
api-server
에 8080
만 열어두고 6379
안 열어놔서 컨테이너랑 호스트랑 통신 못했던 거 아닐까?
import com.nexters.goalpanzi.application.auth.dto.request.AppleLoginCommand; | ||
import com.nexters.goalpanzi.application.auth.dto.request.GoogleLoginCommand; | ||
import com.nexters.goalpanzi.application.auth.dto.response.LoginResponse; | ||
import com.nexters.goalpanzi.application.auth.dto.response.TokenResponse; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
default Mission getMission(Long missionId) { | ||
return findById(missionId) | ||
.orElseThrow(() -> new BaseException(ErrorCode.NOT_FOUND_MISSION)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오오...! 이런 것도 되는구나
Issue Number
close: #21
close: #22
close: #24
작업 개요
여기에 작성하세요
작업 사항
고민한 점들(필수 X)
여기에 작성하세요
스크린샷(필수 X)
여기에 작성하세요