Skip to content

Commit 85f3d9d

Browse files
author
Rajeev Kumar Singh
committed
Using https url for git clone
1 parent f0a0479 commit 85f3d9d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Read the tutorial : https://www.callicoder.com/reactive-rest-apis-spring-webflux
1515
**1. Clone the application**
1616

1717
```bash
18-
git clone git@github.com:callicoder/spring-webflux-reactive-rest-api-demo.git
18+
git clone https://github.com/callicoder/spring-webflux-reactive-rest-api-demo.git
1919
```
2020

2121
**2. Build and run the app using maven**
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
spring.data.mongodb.uri=mongodb://localhost:27017/webflux_demo
1+
#spring.data.mongodb.uri=mongodb://localhost:27017/webflux_demo
2+
#spring.data.mongodb.uri=mongodb://callicoder:callicoder@ds161169.mlab.com:61169/testdatabase
3+
4+
spring.data.mongodb.host=ds161169.mlab.com
5+
spring.data.mongodb.port=61169
6+
spring.data.mongodb.username=callicoder
7+
spring.data.mongodb.password=callicoder
8+
spring.data.mongodb.database=testdatabase

0 commit comments

Comments
 (0)