Skip to content

Commit b083436

Browse files
author
Tri Le
committed
Add metadata for order module to define it is Open and allow cycle listen
1 parent 8acdd01 commit b083436

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package trile.coffeeshop.order
2+
3+
import org.springframework.modulith.ApplicationModule
4+
import org.springframework.modulith.NamedInterface
5+
import org.springframework.modulith.PackageInfo
6+
7+
@PackageInfo
8+
@NamedInterface("order")
9+
@ApplicationModule(type = ApplicationModule.Type.OPEN)
10+
class ModuleMetadata

0 commit comments

Comments
 (0)