You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+8-7
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ The https://spring.io/[spring.io] site contains several guides that show how to
271
271
[[building-from-source]]
272
272
== Building from Source
273
273
274
-
You do not need to build from source to use Spring Data. Binaries are available in https://repo.spring.io[repo.spring.io].
274
+
You do not need to build from source to use Spring Data. Binaries are available in https://repo.spring.io[repo.spring.io]
275
275
and accessible from Maven using the Maven configuration noted <<maven-configuration,above>>.
276
276
277
277
NOTE: Configuration for Gradle is similar to Maven.
@@ -281,16 +281,17 @@ Follow this https://start.spring.io/#type=maven-project&language=java&platformVe
281
281
to build an imperative application and this https://start.spring.io/#type=maven-project&language=java&platformVersion=2.5.4&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=demo&name=demo&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.demo&dependencies=data-mongodb-reactive[link]
282
282
to build a reactive one.
283
283
284
-
However, if you want to try out the latest and greatest, Spring Data can be easily built with the https://github.com/takari/maven-wrapper[maven wrapper]
285
-
and minimally JDK 8 (https://www.oracle.com/java/technologies/downloads/[JDK downloads]).
284
+
However, if you want to try out the latest and greatest, Spring Data MongoDB can be easily built with the https://github.com/takari/maven-wrapper[Maven wrapper]
285
+
and minimally, JDK 8 (https://www.oracle.com/java/technologies/downloads/[JDK downloads]).
286
286
287
-
In order to build Spring Data MongoDB, first you will need to https://www.mongodb.com/try/download/community[download]
287
+
In order to build Spring Data MongoDB, you will need to https://www.mongodb.com/try/download/community[download]
288
288
and https://docs.mongodb.com/manual/installation/[install a MongoDB distribution].
289
289
290
290
Once you have installed MongoDB, you need to start a MongoDB server. It is convenient to set an environment variable to
291
-
your MongoDB installation (e.g. `MONGODB_HOME`).
291
+
your MongoDB installation directory (e.g. `MONGODB_HOME`).
292
292
293
-
To run the full test suite a https://docs.mongodb.com/manual/tutorial/deploy-replica-set/[MongoDB Replica Set] is required.
293
+
To run the full test suite, a https://docs.mongodb.com/manual/tutorial/deploy-replica-set/[MongoDB Replica Set]
294
+
is required.
294
295
295
296
To run the MongoDB server enter the following command from a command-line:
296
297
@@ -331,7 +332,7 @@ In case you need to, you can adjust the `ulimit` with the following command (327
331
332
$ ulimit -n 32768
332
333
----
333
334
334
-
You can use `ulimit -a` again to verify the `ulimit` on "_open files_" was set appropriately.
335
+
You can use `ulimit -a` again to verify the `ulimit` for "_open files_" was set appropriately.
335
336
336
337
Now you are ready to build Spring Data MongoDB. Simply enter the following `mvnw` (Maven Wrapper) command:
0 commit comments