File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,14 @@ MongoDB Java Driver
32
32
/legacy
33
33
View the Source <https://github.com/mongodb/mongo-java-driver>
34
34
35
-
36
35
Introduction
37
36
------------
38
37
39
38
Welcome to the documentation site for the Java Driver, the official
40
- MongoDB driver for synchronous Java applications. Download it using
41
- `Maven <https://maven.apache.org/>`__ or
42
- `Gradle <https://gradle. org/>`__, or set up a runnable project by
43
- following our Quick Start guide .
39
+ MongoDB driver for synchronous Java applications.
40
+ Follow the :ref:`Quick Start <java-sync-quickstart>` guide to learn how
41
+ to add the driver to your project by using `Maven <https://maven.apache. org/>`__ or
42
+ `Gradle <https://gradle.org/>`__ and how to set up a runnable app .
44
43
45
44
If your Java application requires asynchronous stream processing, use the
46
45
:driver:`Reactive Streams Driver </reactive-streams/>` which uses Reactive
Original file line number Diff line number Diff line change 4
4
Quick Start
5
5
===========
6
6
7
- .. default-domain:: mongodb
7
+ .. facet::
8
+ :name: genre
9
+ :values: tutorial
10
+
11
+ .. meta::
12
+ :keywords: java sync, set up, runnable app
8
13
9
14
.. contents:: On this page
10
15
:local:
You can’t perform that action at this time.
0 commit comments