Skip to content

Commit

Permalink
Base package fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxxio committed May 8, 2024
1 parent ce30f8c commit d65cdf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

@Log4j2
@AutoConfiguration
@ComponentScan(basePackages = "org.eventa.core")
@Configuration(proxyBeanMethods = false)
@AutoConfigureAfter(MongoAutoConfiguration.class)
@EnableConfigurationProperties(EventaProperties.class)
@EnableMongoRepositories(basePackageClasses = {EventStoreRepository.class})
@ComponentScan(basePackages = "org.eventa.core")
public class EventaAutoConfiguration {


Expand Down

0 comments on commit d65cdf4

Please sign in to comment.