-
Notifications
You must be signed in to change notification settings - Fork 2
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
[하윤지] 6주차 과제 - complete #52
Conversation
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.
과제 리뷰 완료
무슨 말이 더 필요할까요? 아주 깔끔하고 꼼꼼한 과제였습니다!
한번도 빠짐없이 과제를 제출해주신 점이 너무 멋져요🫶
수고 많으셨습니다! 메리 크리스마스🎄
//AWS RDS에서 Book list를 가져오는 GetMapping | ||
// @GetMapping("/") | ||
// public String readDB(Model model){ | ||
// model.addAttribute("bookForm", new BookForm()); | ||
// model.addAttribute("books", rdsService.findBooks()); | ||
// return "index"; | ||
// } |
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.
천재 혜승이가 준비한건데 당근 1부터 100까지 따라해야쥐!!
datasource: | ||
url: jdbc:mysql://gdsc-rds.cbsa892orvdn.ap-northeast-2.rds.amazonaws.com:3306/study6 | ||
username: admin | ||
password: [password] |
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.
패스워드 깃허브에 안 올린 것, 최고에요👍
3. postman을 이용해 API 테스트 | ||
|
||
## ✌️과제 인증 | ||
https://drive.google.com/file/d/1yfBd62XxBBkL7_C4YVLGPu3woH7yTbZY/view?usp=sharing |
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.
이번 주차도 피드백 남겨주셔서 감사합니다 >< 😍
제출 상태
help