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 @@ -31,15 +31,14 @@ MongoDB Java Driver
31
31
/legacy
32
32
View the Source <https://github.com/mongodb/mongo-java-driver>
33
33
34
-
35
34
Introduction
36
35
------------
37
36
38
37
Welcome to the documentation site for the Java Driver, the official
39
- MongoDB driver for synchronous Java applications. Download it using
40
- `Maven <https://maven.apache.org/>`__ or
41
- `Gradle <https://gradle. org/>`__, or set up a runnable project by
42
- following our Quick Start guide .
38
+ MongoDB driver for synchronous Java applications.
39
+ Follow the :ref:`Quick Start <java-sync-quickstart>` guide to learn how
40
+ to add the driver to your project by using `Maven <https://maven.apache. org/>`__ or
41
+ `Gradle <https://gradle.org/>`__ and how to set up a runnable app .
43
42
44
43
If your Java application requires asynchronous stream processing, use the
45
44
: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