Skip to content

Commit a6783c2

Browse files
committed
Replace Spring @service stereotype annotation with jMolecules one.
1 parent 840eda1 commit a6783c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/main/java/de/odrotbohm/restbucks/payment/PaymentInitializer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
import java.time.Month;
2121
import java.time.Year;
2222

23-
import org.springframework.stereotype.Service;
23+
import org.jmolecules.ddd.annotation.Service;
24+
2425

2526
/**
2627
* Initializing component to create a default {@link CreditCard} in the system.

0 commit comments

Comments
 (0)