Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit c3d2004

Browse files
authored
Merge pull request #7 from Melanie-Ma/master
Update cosmos sample from track1 to track2(Developing a Java app usin…
2 parents 2c8c6ff + 1d72351 commit c3d2004

File tree

16 files changed

+2
-1148
lines changed

16 files changed

+2
-1148
lines changed

.github/ISSUE_TEMPLATE.md

-33
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

-45
This file was deleted.

.gitignore

-28
This file was deleted.

CONTRIBUTING.md

-76
This file was deleted.

LICENSE.md

-21
This file was deleted.

README.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,12 @@ Azure Cosmos DB is a globally distributed multi-model database. One of the suppo
2828
* Then, clone this repository using
2929

3030
```bash
31-
git clone https://github.com/Azure-Samples/azure-cosmos-db-sql-api-async-java-getting-started.git
31+
git clone https://github.com/Azure-Samples/azure-cosmos-java-getting-started.git
3232
```
3333

34-
* From a command prompt or shell, run the following command to compile and resolve dependencies.
34+
* More [Cosmos samples](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples).
3535

36-
```bash
37-
cd azure-cosmos-db-sql-api-async-java-getting-started
38-
cd azure-cosmosdb-get-started
39-
mvn clean package
40-
```
41-
42-
* From a command prompt or shell, run the following command to run the application.
4336

44-
```bash
45-
mvn exec:java -DACCOUNT_HOST=YOUR_COSMOS_DB_HOSTNAME -DACCOUNT_KEY=YOUR_COSMOS_DB_MASTER_KEY
46-
```
4737

4838
## About the code
4939

azure-cosmosdb-get-started/pom.xml

-59
This file was deleted.

azure-cosmosdb-get-started/src/main/java/com/microsoft/azure/cosmosdb/sample/AccountSettings.java

-59
This file was deleted.

0 commit comments

Comments
 (0)