Skip to content

Commit 77a4773

Browse files
author
Rajeev Kumar Singh
committed
Readme
1 parent a852cfb commit 77a4773

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Readme.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -14,35 +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-
```bash
23-
create database notes_app
24-
```
22+
```bash
23+
create database notes_app
24+
```
2525

2626
**3. Change mysql username and password as per your installation**
2727

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

30-
+ 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
3131

3232
**2. Build and run the app using maven**
3333

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

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

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

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

4747
## Explore Rest APIs
4848

0 commit comments

Comments
 (0)