Skip to content

Commit

Permalink
Using https url for git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajeev Kumar Singh committed Mar 1, 2018
1 parent f0a0479 commit 85f3d9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -15,7 +15,7 @@ Read the tutorial : https://www.callicoder.com/reactive-rest-apis-spring-webflux
**1. Clone the application**

```bash
git clone git@github.com:callicoder/spring-webflux-reactive-rest-api-demo.git
git clone https://github.com/callicoder/spring-webflux-reactive-rest-api-demo.git
```

**2. Build and run the app using maven**
Expand Down
9 changes: 8 additions & 1 deletion src/main/resources/application.properties
@@ -1 +1,8 @@
spring.data.mongodb.uri=mongodb://localhost:27017/webflux_demo
#spring.data.mongodb.uri=mongodb://localhost:27017/webflux_demo
#spring.data.mongodb.uri=mongodb://callicoder:callicoder@ds161169.mlab.com:61169/testdatabase

spring.data.mongodb.host=ds161169.mlab.com
spring.data.mongodb.port=61169
spring.data.mongodb.username=callicoder
spring.data.mongodb.password=callicoder
spring.data.mongodb.database=testdatabase

0 comments on commit 85f3d9d

Please sign in to comment.