Skip to content
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

[이서현] 3주차 과제 - complete #29

Merged
merged 3 commits into from
Nov 6, 2023
Merged

[이서현] 3주차 과제 - complete #29

merged 3 commits into from
Nov 6, 2023

Conversation

seohyun-lee
Copy link
Member

제출 상태

3주차 과제 complete (Spring 과제)

help

200 OK

Copy link
Member

@JeonHaeseung JeonHaeseung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

과제 리뷰 완료
주석으로 자세하게 공부한 점 달아주신 게 아주 좋습니다😊
과제하느라 수고 많으셨어요!

Comment on lines +32 to +35
//@RequestParam은 쿼리 스트링 방식으로 url을 통해 파라미터로 값을 받아옴
//"?name=value1&email=value2": query string(쿼리 파라미터), '&' 연산자 사용해 쿼리 스트링 여러개
//"name"은 쿼리 파라미터의 key, name 매개변수에 value 받아옴. "guest"은 value 없을 경우 기본값.
String email, //RequestParam 생략 (자동으로 데이터 파싱), email 매개변수에 value 받아옴
Copy link
Member

@JeonHaeseung JeonHaeseung Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아주 꼼꼼하게 쿼리 스트링에 대해서 공부해주셨네요! 쿼리 스트링은 URL에서 ?로 리소스와 구분해주고, key=value로 파라미터를 구분해주고, 그리고 여러 개의 쿼리 스트링을 만들고 싶을 경우에는 & 연산자를 쓰면 된답니다. 자세하게 공부해주신 점 아주 좋아요👍

Copy link
Member Author

@seohyun-lee seohyun-lee Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 부분이 가장 헷갈리더라고요.. 감사합니다!!

@seohyun-lee seohyun-lee merged commit 1053c94 into main Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants