#553 - Upgrade Mongo examples to Spring Boot 2.3.
This commit is contained in:
@@ -17,10 +17,9 @@ package example.springdata.multistore;
|
||||
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
import com.mongodb.MongoClient;
|
||||
|
||||
/**
|
||||
* Test configuration to connect to a MongoDB named "test" and using a {@link MongoClient}. Also enables Spring Data
|
||||
* Test configuration to connect to a MongoDB named "test" and using a {@code MongoClient}. Also enables Spring Data
|
||||
* repositories for MongoDB.
|
||||
*
|
||||
* @author Oliver Gierke
|
||||
|
||||
Reference in New Issue
Block a user