We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a33d8b commit 7d31d49Copy full SHA for 7d31d49
src/test/java/org/soujava/demos/mongodb/document/ManagerSupplier.java
@@ -24,6 +24,6 @@ public class ManagerSupplier implements Supplier<DatabaseManager> {
24
@Default
25
@Typed({DatabaseManager.class, MongoDBDocumentManager.class})
26
public MongoDBDocumentManager get() {
27
- return DatabaseContainer.INSTANCE.get("database");
+ return DatabaseContainer.INSTANCE.get("hotel");
28
}
29
0 commit comments