Skip to content

Commit 41fb589

Browse files
author
Rajeev Kumar Singh
committed
Readme
1 parent 5a6eb18 commit 41fb589

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

Readme.md

+18-19
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,35 @@ Build Restful CRUD API for a simple Note-Taking application using Spring Boot, M
1414

1515
**1. Clone the application**
1616

17-
```bash
18-
git clone https://github.com/callicoder/spring-boot-mysql-rest-api-tutorial.git
19-
```
17+
```bash
18+
git clone https://github.com/callicoder/spring-boot-mysql-rest-api-tutorial.git
19+
```
2020

2121
**2. Create Mysql database**
22-
23-
```bash
24-
create database notes_app
25-
```
22+
```bash
23+
create database notes_app
24+
```
2625

2726
**3. Change mysql username and password as per your installation**
2827

29-
+ open `src/main/resources/application.properties`
28+
+ open `src/main/resources/application.properties`
3029

31-
+ change `spring.datasource.username` and `spring.datasource.password` as per your mysql installation
30+
+ change `spring.datasource.username` and `spring.datasource.password` as per your mysql installation
3231

33-
**2. Build and run the app using maven**
32+
**4. Build and run the app using maven**
3433

35-
```bash
36-
mvn package
37-
java -jar target/easy-notes-1.0.0.jar
38-
```
34+
```bash
35+
mvn package
36+
java -jar target/easy-notes-1.0.0.jar
37+
```
3938

40-
Alternatively, you can run the app without packaging it using -
39+
Alternatively, you can run the app without packaging it using -
4140

42-
```bash
43-
mvn spring-boot:run
44-
```
41+
```bash
42+
mvn spring-boot:run
43+
```
4544

46-
The app will start running at <http://localhost:8080>.
45+
The app will start running at <http://localhost:8080>.
4746

4847
## Explore Rest APIs
4948

0 commit comments

Comments
 (0)