Merge pull request #11953 from Attila96/bugfix/bael-5373_tests

[BAEL-5373] Fix integration tests
This commit is contained in:
kwoyke 2022-03-22 09:57:39 +01:00 committed by GitHub
commit 57c79c3d32
1 changed files with 2 additions and 0 deletions

View File

@ -2,8 +2,10 @@ package com.baeldung.mongodb.dbref;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.mongodb.repository.config.EnableMongoRepositories;
@SpringBootApplication
@EnableMongoRepositories(basePackages = { "com.baeldung" })
public class DbRefApplication {
public static void main(String... args) {