forked from YAPP-Github/24th-Web-Team-1-BE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor/YAPP-Github#523] Spring Modulith를 통해 이벤트 명세할 수 있도록 수정 (YAPP…
…-Github#524) * refactor: 클래스를 통해 이벤트 명세할 수 있도록 수정 * test: EventRule.kt 삭제 * refactor: testFixtures 삭제 * refactor: SPRING MODULITH 버전 변경 * feat: ApplicationModule 추가 * refactor: EventDetails에 DomainEvent 추가 및 publishedClasses 삭제 * refactor: CrmDocument 재작성 * feat: JMOLECULES 의존성 추가 * feat: AggregateRoot 조건 추가 * refactor: AggregateRoot 추가
- Loading branch information
1 parent
edd843e
commit 47ea415
Showing
24 changed files
with
79 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
domain/crm/src/main/kotlin/com/few/crm/config/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@org.springframework.modulith.ApplicationModule( | ||
type = ApplicationModule.Type.OPEN | ||
) | ||
package com.few.crm.config; | ||
|
||
import org.springframework.modulith.ApplicationModule; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
domain/crm/src/main/kotlin/com/few/crm/email/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@org.springframework.modulith.ApplicationModule( | ||
type = ApplicationModule.Type.OPEN | ||
) | ||
package com.few.crm.email; | ||
|
||
import org.springframework.modulith.ApplicationModule; |
6 changes: 6 additions & 0 deletions
6
domain/crm/src/main/kotlin/com/few/crm/support/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@org.springframework.modulith.ApplicationModule( | ||
type = ApplicationModule.Type.OPEN | ||
) | ||
package com.few.crm.support; | ||
|
||
import org.springframework.modulith.ApplicationModule; |
6 changes: 6 additions & 0 deletions
6
domain/crm/src/main/kotlin/com/few/crm/user/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@org.springframework.modulith.ApplicationModule( | ||
type = ApplicationModule.Type.OPEN | ||
) | ||
package com.few.crm.user; | ||
|
||
import org.springframework.modulith.ApplicationModule; |
6 changes: 6 additions & 0 deletions
6
domain/crm/src/main/kotlin/com/few/crm/view/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@org.springframework.modulith.ApplicationModule( | ||
type = ApplicationModule.Type.OPEN | ||
) | ||
package com.few.crm.view; | ||
|
||
import org.springframework.modulith.ApplicationModule; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.