Open
Conversation
1.git ignore에 application.properties 추가.
1. aws s3 관련 gradle 설정 추가
1. upload 기능이 파일을 AWS S3에 올리게 수정
1. 채널, 웹툰, 웹소설 검색 기능 추가
1. FileController에서 로컬 리액트 서버에 이미지 저장하는 함수 주석처리 2. 썸네일 업로드시 반환 url 수정
1. CORSFilter를 배포 환경에도 작동하게 바꿈
1. 포스트에 대한 정보를 넘겨줄 때 스크랩 여부도 같이 넘겨줌
1. 포스트 서비스를 포스트 서비스와 포스트 서비스 디테일로 나눴습니다. 2. 포스트 서비스에서 postCreate 메서드에 있는 대부분 구현 코드를 포스트 서비스 디테일로 옮겼습니다. 3. 테스트 코드를 통해 모두 정상 작동함을 확인했습니다.
1. 구글 소셜 로그인 기능 추가 2. 그에 따른 WebSecurityConfig 설정 변경 3. redirect url 정보 전달을 위한 cookie 설정
This file contains hidden or 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
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.
S3와 EC2 적용을 원하지 않으시면
FileController에서 aws 관련 코드를 주석처리 하시고,
로컬에 저장하는 코드를 주석 푸시면 됩니다.
application.properties는 보안 상 슬랙으로 보내겠습니다.