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_조홍식_1주차 과제(1~3단계) #189

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

Conversation

Daolove0323
Copy link

스텝2에서는 service에서 데이터를 저장하고 처리했는데, 스텝3로 넘어오면서 repository 클래스를 추가하고 db에 접근하도록 하였습니다.
service의 모든 비지니스 로직은 repository를 통해 수행되도록 했는데, spring을 처음 다루다보니 이게 맞는 설계방식인지 잘 모르겠습니다.
잘 모르다보니 대부분의 과정을 구글링을 통해 해결했는데, 코드의 불필요한 점이나, 요구사항을 제대로 만족하지 못하는 부분, 구식코드(요즘에는 잘쓰이지 않는 방식) 이 있는지 궁금합니다!

products를 service로 이동
비지니스 로직 모두 service로 이동 후, service의 메서드를 호출하도록 변경
admin, add-form, edit-form에 적용되는 css 스타일
service에서 다루던 products 데이터들을 h2 데이터베이스로 다룬다.
db의 ddl, dml 명령어는 repository 클래스의 메소드를 통해 호출하고, service의 비지니스 로직들은 repository의 메서드를 통해 처리한다.
products 멤버 변수를 지우고, 비지니스 로직들은 레포지토리 객체를 통해 처리한다.
add버튼을 누르면 에러가뜨는 버그를 수정
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.

1 participant