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

프로젝트 분리 #39

Merged
merged 5 commits into from
May 31, 2023
Merged

Conversation

yeonkyungJoo
Copy link
Collaborator

No description provided.

headers.set(CONTENT_TYPE, APPLICATION_JSON_VALUE);

HttpEntity<ApplyCouponRequest> httpEntity = new HttpEntity<>(new ApplyCouponRequest(orderAmount, discountCouponIdList), headers);
ResponseEntity<Integer> response = restTemplate.exchange(url, HttpMethod.POST, httpEntity,

Choose a reason for hiding this comment

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

😄

@github-actions
Copy link

github-actions bot commented May 29, 2023

Unit Test Results

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ±0 

Results for commit 0b0c1fd. ± Comparison against base commit d281aa8.

♻️ This comment has been updated with latest results.

프로젝트 분리

프로젝트 분리 : user-service를 webflux + r2dbc 사용해 변경

테스트 작성

코드 수정

코드 수정

r2dbc gradle 수정

테스트 및 예외 처리

테스트 및 예외 처리
@CHANEE-personal CHANEE-personal self-requested a review May 30, 2023 23:40
@yeonkyungJoo yeonkyungJoo merged commit 10fde93 into f-lab-edu:main May 31, 2023
0 of 2 checks passed
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.

None yet

3 participants