-
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
Feature/sumin step1 #11
base: sumin
Are you sure you want to change the base?
Conversation
smmin21
commented
Oct 11, 2023
- JWT 회원가입/로그인 구현
src/main/resources/application.yml
Outdated
|
||
jpa: | ||
hibernate: | ||
ddl-auto: create |
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.
다른 분들과 마찬가지로 ddl-auto 는 실제 서비스 환경에서 금기시 되는데 그 이유가 뭘까요?
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.
중간 중간 주석 설명이 상세해서 잘 읽었습니다!
꼼꼼하게 코드 짜셨네요
덕분에 제가 고민했던 부분 해결할 수 있었습니다.
// then | ||
fail("예외가 발생해야 한다."); | ||
} | ||
|
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.
로그인 테스트도 한 번 해보면 좋을 것 같아요!