-
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
CICD 테스트 - deploy할 때 webapp 이름 명세 + repo 명세 #8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…+ 사용자에게 받아오기 위해 ArticleDto 추가.
…th:object로 Dto 안으로 데이터를 넣기)
…sitory를 작성, 프로그램 실행마다 기억하는 구현체 생성 - save, find, delete 연산 추가
…ach article retrieve function add
…rimiary 지정 + Article을 Entity로 어노테이션
…능 추가 + article 페이지 이동시 comment page는 고정 + comment page 이동시 article page는 고정
…분)에서 사용자가 넘어온 것인지 requestparam을 넘겨주어서 그것을 기반으로 삭제 후 개인정보 페이지에 남게 하기 + view로 전달
…이지를 보는 articles/{pageNum}의 url이 겹쳐서 생기는 문제가 있었다. articles/detail/{id}를 사용하면서 해결
…시지 + 사용하지 않는 메소드 삭제
…함으로 불필요한 redirectAttribute 삭제
2. deploy 할 때 webapp 이름 명세
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
정확히 추가..!