-
Notifications
You must be signed in to change notification settings - Fork 1
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/user/issue2 #12
Closed
Closed
Feat/user/issue2 #12
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
- config 정보가 없어 스프링 컨테이너가 뜨지 못하는 상황은 발생할 수 있으나, config server가 응답을 주지 않는다는 이유로 애플리케이션이 구동되지 않는 상황은 발생하지 않도록
- local 에 존재하는 MongoDB - resources/application-db.properties 파일 필요 (로그인 정보 포함), github에는 올리지 않을 예정
- spring-boot-starter-oauth2-client dependency를 추가하면 spring-boot-starter-security도 추가해야함 - 안그러면 controller에 request가 가지 않음 - resources에 application-oauth.properties 있어야 동작
- 일반 로그인, 회원가입 - oauth 로그인, 회원가입 기능 구현
1. mustache사용으로 @RestController사용 불가하여 임시적 @controller로 구성에 대한 보충설명
2. commit 파일
|
코드 수정하여 다시 PR 하겠습니다 |
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.
기능 구현
리팩토링 필요
논의사항