Skip to content

Commit

Permalink
fix: resolve xircular reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Nov 5, 2024
1 parent ec4ef35 commit ee4721d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/main/java/co/orange/ddanzi/service/MyPageService.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ public class MyPageService {
private final HomeService homeService;
private final InterestProductRepository interestProductRepository;

@Autowired
OrderService orderService;
@Autowired
ItemService itemService;
private final OrderService orderService;
private final ItemService itemService;

@Transactional
public ApiResponse<?> getMyPage(){
Expand Down
1 change: 0 additions & 1 deletion src/main/java/co/orange/ddanzi/service/PaymentService.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public class PaymentService {
private final HistoryService historyService;
private final FcmService fcmService;
private final ProductService productService;
private final ItemService itemService;

@Value("${ddanzi.portone.access-key}")
private String accessKey;
Expand Down

0 comments on commit ee4721d

Please sign in to comment.