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

Commit

Permalink
Merge pull request #7 from Melanie-Ma/master
Browse files Browse the repository at this point in the history
Update cosmos sample from track1 to track2(Developing a Java app usin…
  • Loading branch information
jongio committed Dec 11, 2020
2 parents 2c8c6ff + 1d72351 commit c3d2004
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 1,148 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

45 changes: 0 additions & 45 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

28 changes: 0 additions & 28 deletions .gitignore

This file was deleted.

76 changes: 0 additions & 76 deletions CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,12 @@ Azure Cosmos DB is a globally distributed multi-model database. One of the suppo
* Then, clone this repository using

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

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

```bash
cd azure-cosmos-db-sql-api-async-java-getting-started
cd azure-cosmosdb-get-started
mvn clean package
```

* From a command prompt or shell, run the following command to run the application.

```bash
mvn exec:java -DACCOUNT_HOST=YOUR_COSMOS_DB_HOSTNAME -DACCOUNT_KEY=YOUR_COSMOS_DB_MASTER_KEY
```

## About the code

Expand Down
59 changes: 0 additions & 59 deletions azure-cosmosdb-get-started/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit c3d2004

Please sign in to comment.