Skip to content

Commit d70d300

Browse files
Updated Readme
1 parent 4853a68 commit d70d300

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Sample Spring Boot project
1+
# Sample Spring Boot project
22

33
## Releases
44
* with few basic CRUD REST APIs - [Git Tag V1.1](https://github.com/chatterjeesunit/spring-boot-app/tree/v1.1)
@@ -14,17 +14,15 @@ For more detailed step by step guide on how to build this app, please refer to t
1414

1515

1616
## How to run it
17-
* Pre-requisite (for first time run only)<br>
18-
Create a folder for mysql volume mount<br>
17+
* Pre-requisite (for first time run only) <br>
18+
Create a folder for mysql volume mount <br>
1919
`mkdir -p ~/data/mysql8`
2020

21-
* Build
22-
<br>
23-
`./gradlew clean build`
21+
* Build<br>
22+
`./gradlew clean build`
2423

25-
* Run via Docker Compose
26-
<br>
27-
`docker-compose up -d --build --scale application=2`
24+
* Run via Docker Compose <br>
25+
`docker-compose up -d --build --scale application=2`
2826

2927

3028
## Creating Dummy Data

0 commit comments

Comments
 (0)