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

4주차 미션/ 서버 2조 박성현 #38

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

sh1220
Copy link

@sh1220 sh1220 commented Apr 12, 2024

미션 진행도(%)

요구사항 2-2진행하다가 종료.

미션 수행 내용

영상의 내용을 수행하여 view로 jsp json을 나누어 주었고,
ModelAndView를 구현하여 model을 담게 만들었습니다.
다만, 그 뒤에 내용을 아직 못하였는데 스터디에서 현재 만들고자 하는 구조와 이유를 이해하게 되었습니다.
그래서 시험이 끝난뒤 추가미션까지 한번 진행해보고자 합니다.

주안점

궁금점

배운점

트러블 슈팅

.toList는 java16부터 지원이 되지만, 자바 8을 사용하고 있어서 오류가 발생
이를 해결하기위해 java22로 최신버전을 사용하였지만, 이는 gradle이 현재 지원하지 않음.
현재 gradle은 21까지만 지원되기에, 21로 다운그레이드 후 gradle 업데이트 후 해결

혹은 .toList를 .collect(Collectors.toList()) 을 이용하여 낮은버전에서도 사용가능하게 만들수 있음.

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