-
Notifications
You must be signed in to change notification settings - Fork 5
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 : cicd swagger 설정 #26
The head ref may contain hidden characters: "feat/#24-cicd-swagger-\uC124\uC815"
Conversation
- course - vote - wishPlace
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.
수고하셨습니다!
@@ -1,5 +1,5 @@ | |||
server: | |||
port: 8090 | |||
port: 5000 |
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.
이 부분 왜 5000으로 수정하신 걸까요?🤗
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.
배포 후 엘라스틱빈스톡에서 5000번 포트를 사용해서 변경하였습니다!
@ActiveProfiles("test") | ||
@Transactional | ||
@TestInstance(TestInstance.Lifecycle.PER_CLASS) |
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.
이건 어떤 용도의 어노테이션일까요?
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.
@WithUserDetails는 테스트 메서드가 실행되기 전에 SecurityContext를 초기화하기 때문에 생성한 회원을 찾지 못합니다. 그래서 초기화하기 전에 필요한 회원 객체를 생성하도록 순서를 보장하기 위해서 사용한 어노테이션입니다 😊
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.
Member 도메인과 SecurityConfig Conflict 발생하여 해결하였습니다
- course - vote - wishplace
…eat/#24-cicd-swagger-설정
🔓closed #24
📌 과제 설명
👩💻 요구 사항과 구현 내용
✅ 피드백 반영사항
✋ PR 포인트 & 궁금한 점