Skip to content

Commit aecd6b2

Browse files
Merge pull request #231392 from felipmiguel/patch-1
Changing npm modules by packages
2 parents 1b9fcc2 + 7054f0f commit aecd6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb/quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this quickstart, you create and manage an Azure Cosmos DB for API for MongoDB
2626

2727
## Prerequisites
2828
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio). Or [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription. You can also use the [Azure Cosmos DB Emulator](https://aka.ms/cosmosdb-emulator) with the connection string `.mongodb://localhost:C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==@localhost:10255/admin?ssl=true`.
29-
- [Java Development Kit (JDK) version 8](https://www.azul.com/downloads/azure-only/zulu/?&version=java-8-lts&architecture=x86-64-bit&package=jdk).
29+
- [Java Development Kit (JDK) version 8](https://adoptium.net/temurin/releases/?version=8).
3030
- [Maven](https://maven.apache.org/download.cgi). Or run `apt-get install maven` to install Maven.
3131
- [Git](https://git-scm.com/downloads).
3232

@@ -112,7 +112,7 @@ Now go back to the Azure portal to get your connection string information and co
112112

113113
## Run the console app
114114

115-
1. Run `mvn package` in a terminal to install required npm modules
115+
1. Run `mvn package` in a terminal to install required packages
116116

117117
2. Run `mvn exec:java -D exec.mainClass=GetStarted.Program` in a terminal to start your Java application.
118118

0 commit comments

Comments
 (0)