Skip to content

Commit ebd2362

Browse files
thombergsakuksin
authored andcommitted
billingmodule -> billing
1 parent 72f4074 commit ebd2362

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 io.reflectoring.boundaries.billing.internal;
2+
3+
import org.springframework.context.annotation.ComponentScan;
4+
import org.springframework.context.annotation.Configuration;
5+
6+
@Configuration
7+
@ComponentScan
8+
class BillingConfiguration {
9+
10+
}

0 commit comments

Comments
 (0)