changed class name

This commit is contained in:
thombergs
2020-03-14 08:58:44 +11:00
committed by akuksin
parent 52f8dfc91c
commit 1f9fbc2543

View File

@@ -7,6 +7,6 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@Configuration
@EnableScheduling
@ComponentScan
class BatchJobConfiguration {
class BillingBatchJobConfiguration {
}