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

부산대 BE_문성재 2주차 과제 (1단계) #214

Open
wants to merge 21 commits into
base: student-p
Choose a base branch
from

Conversation

student-p
Copy link

step2에서는 컨트롤러와 서비스를 분리에서 구현해보고 싶은데 어떤 기준으로 나누는게 좋은지 궁금합니다

wotjd243 and others added 21 commits June 24, 2024 08:00
구현할 기능 정의
id설정부분을 사용자가 접근하지 못하도록 수정
상품 수정 메서드에서 PutMapping으로 수정
상품 삭제 메서드에서 DeleteMapping으로 수정
step2구현을 위한 필요 기능 정의
form데이터가 정상적으로 받아지지 않아서
record에서 일반 클래스로 변경
json을 반환하지 않고 데이터를 html에 랜더링 해서 반환한다

상품의 조회,추가,수정,삭제 기능도 화면상에서 form데이터를 제출하면 가능하도록 변경
step3 구현에 필요한 요구사항 정의

기존에 저장하던 hashMap에서 h2데이터베이스로 저장소를 변경한다.
이를 위해 jdbcTemplate를 이용한다.
cost값이 음수로 되지 않도록 수정
기존 hsahMap에서 데이터베이스로 저장소 변경
step1을 위한 요구사항 작성
유효성 검사를 위한 사용자 정의 예외를 만들고 GlobalExceptionHandler로 전역에서 잡아서 에러를 처리하도록 구현
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