zeze1004 / wedding-jira-backend

결혼 준비 하기 싫어서 만든 결혼 준비 프로젝트
https://dev.wedding-jira.com/swagger-ui/index.html
MIT License
36 stars 2 forks source link

[Bug] 순환참조 해결 #83

Closed zeze1004 closed 3 months ago

zeze1004 commented 3 months ago

🖊️ Description

Todo

📗 Etc

The dependencies of some of the beans in the application context form a cycle:

   cardBoardController defined in file [/Users/zeze_home/project_dir/wedding-project/out/production/classes/org/wedding/adapter/in/web/CardBoardController.class]
┌─────┐
|  cardBoardService defined in file [/Users/zeze_home/project_dir/wedding-project/out/production/classes/org/wedding/application/service/CardBoardService.class]
↑     ↓
|  cardService defined in file [/Users/zeze_home/project_dir/wedding-project/out/production/classes/org/wedding/application/service/CardService.class]