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: modules/hello-world/pages/student-record-developer-tutorial.adoc
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,18 @@ If you wish to use a standalone or Docker installation of Couchbase, see the xre
19
19
20
20
* Before starting this tutorial, you must have a Couchbase Capella account.
21
21
If you do not have one already, xref:cloud:get-started:create-account.adoc[Create an Account].
22
-
* Install the Java Software Development Kit (JDK) -- version 8, 11, 17, or 21.
22
+
* Install the Java Software Development Kit (JDK) -- Couchbase JVM SDKs are compatible with version 8, 11, 17, or 21.
23
23
** The recommended version is the latest Java LTS release, which is currently https://adoptium.net/en-GB/[JDK 21].
24
-
** Ensure to install the highest available patch for the LTS version.
24
+
Ensure you install the highest available patch for the LTS version.
25
25
* Install Apache Maven (version 3+)
26
26
27
+
[TIP]
28
+
====
29
+
The easiest way to install and manage Java SDKs and Maven on your machine is through https://sdkman.io/install[SDKMan^].
30
+
31
+
After following the instructions to install SDKMan, open a terminal window and run the commands `sdk install java` and `sdk install maven` to install the latest versions of Java and Maven.
32
+
====
33
+
27
34
28
35
[#database-design]
29
36
=== Data Model
@@ -211,16 +218,6 @@ This allows you to retrieve other details like the full title of the course or t
211
218
== Connecting the Java SDK
212
219
213
220
After implementing the data model, you can set up a Couchbase SDK and connect it to your cluster to write your first application.
214
-
215
-
216
-
[TIP]
217
-
====
218
-
The easiest way to install and manage Java SDKs and Maven on your machine is through https://sdkman.io/install[SDKMan^].
219
-
220
-
After following the instructions to install SDKMan, open a terminal window and run the commands `sdk install java` and `sdk install maven` to install the latest versions of Java and Maven.
221
-
====
222
-
223
-
224
221
We will be using Maven here --
225
222
for more information about the Java SDK installation, see the xref:project-docs:sdk-full-installation.adoc[full installation page],
226
223
or review the xref:start-using-sdk.adoc[Getting Started page].
@@ -297,7 +294,7 @@ To set up the Java SDK:
297
294
+
298
295
. Paste the following code block into your `pom.xml` file:
0 commit comments