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

화주 운송등록 추가 #3

Merged
merged 2 commits into from
Nov 14, 2024
Merged

화주 운송등록 추가 #3

merged 2 commits into from
Nov 14, 2024

Conversation

riderkaman
Copy link
Collaborator

No description provided.

@riderkaman riderkaman requested a review from f-lab-lyan November 5, 2024 12:32
import lombok.RequiredArgsConstructor;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
Copy link
Collaborator

Choose a reason for hiding this comment

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

*를 풀어서 모든 import가 보이도록 해주세요.

private String comment;

@Builder
public Shipment(ShipmentDTO.ShipmentRequest req) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Entity에 DTO의 의존성을 넣는 것에 대해서

2. 계약 체결 추가
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
12.8% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@@ -40,4 +42,13 @@ public ShipmentDTO.BasicInfo get(String shipmentId) {
}
return null;
}

@Transactional
Copy link
Collaborator

Choose a reason for hiding this comment

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

Transactional은 왜 필요한가요?

@riderkaman riderkaman merged commit 1039204 into main Nov 14, 2024
1 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.

2 participants