billingmodule -> billing

This commit is contained in:
thombergs
2020-03-11 05:45:01 +11:00
committed by akuksin
parent 72f40744dd
commit ebd2362c1c

View File

@@ -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 {
}