billingmodule -> billing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package io.reflectoring.boundaries.billing.internal;
|
||||
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan
|
||||
class BillingConfiguration {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user