You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ A demo project to develop a REST API using **Spring Webflux** and **Spring React
8
8
***Mongo Express** is used to manage database visually.
9
9
* A ***docker-compose.yml*** file for containerization.
10
10
* Using the command **docker-compose up** will handle creating container from the images.
11
+
* Sensitive data related to database connection is kept in .env file in the original project, but here we have .env.example.
12
+
****.env.example*** file is used just to represent how to create a **.env** file for this project. Create a file named .env and put the content similar to the .env.example so that your spring boot application and docker-compose.yml can see those variables.
0 commit comments