File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Read the tutorial : https://www.callicoder.com/reactive-rest-apis-spring-webflux
15
15
** 1. Clone the application**
16
16
17
17
``` 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
19
19
```
20
20
21
21
** 2. Build and run the app using maven**
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments