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_이풍헌 3주차 과제(step2) #233

Open
wants to merge 12 commits into
base: canyos
Choose a base branch
from

Conversation

canyos
Copy link

@canyos canyos commented Jul 11, 2024

step1

  1. 두 entity를 합친 DTO를 만들어 query를 object[]로 받아 mapping하는 방법이 올바르게 사용한 건지 궁금합니다.
  2. jwt token인증 방식이 아직 이해가 안되어 그 부분은 수정하지 못했습니다.

step2

  1. embeddedId를 올바르게 사용했는지 궁금합니다. 실제로도 이런 방식으로 복합 키를 구현하는지도 궁금합니다.
  2. JoinColumn을 아직 제대로 이해 못해 올바르게 사용한 것인지 궁금합니다.

canyos added 12 commits July 8, 2024 15:33
# Conflicts:
#	src/main/java/gift/Util/JWTUtil.java
#	src/main/java/gift/controller/WishListController.java
#	src/main/java/gift/dto/ProductDTO.java
#	src/main/java/gift/dto/UserDTO.java
#	src/main/java/gift/dto/WishDTO.java
#	src/main/java/gift/entity/Product.java
#	src/main/java/gift/entity/User.java
#	src/main/java/gift/entity/compositeKey/OptionId.java
#	src/main/java/gift/repository/WishListRepository.java
#	src/main/java/gift/service/ProductService.java
#	src/main/java/gift/service/UserService.java
#	src/main/java/gift/service/WishListService.java
#	src/main/resources/application.properties
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