Skip to content

Commit 50ee43f

Browse files
Merge pull request #2 from DouglasEleuterio/MySQL-DEMO
Changed Documentation
2 parents 9bcd621 + ff25b6e commit 50ee43f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
## Spring Boot, PostgreSQL, JPA, Hibernate REST API Demo
1+
## Spring Boot, MySQL, JPA, Hibernate REST API Demo
22

33
## Tutorial
44

55
Check out the complete tutorial on the CalliCoder blog -
66

7-
[Spring Boot, PostgreSQL, JPA, Hibernate RESTful CRUD API Example](https://www.callicoder.com/spring-boot-jpa-hibernate-postgresql-restful-crud-api-example/)
7+
[Spring Boot, MySQL, JPA, Hibernate RESTful CRUD API Example](https://www.callicoder.com/spring-boot-jpa-hibernate-postgresql-restful-crud-api-example/)
88

99
## Steps to Setup
1010

1111
**1. Clone the repository**
1212

1313
```bash
14-
git clone https://github.com/callicoder/spring-boot-postgresql-jpa-hibernate-rest-api-demo.git
14+
https://github.com/DouglasEleuterio/spring-boot-postgresql-jpa-hibernate-rest-api-demo.git
1515
```
1616

17-
**2. Configure PostgreSQL**
17+
**2. Configure MySQL**
1818

19-
First, create a database named `postgres_demo`. Then, open `src/main/resources/application.properties` file and change the spring datasource username and password as per your PostgreSQL installation.
19+
First, create a database named `demo`. Then, open `src/main/resources/application.properties` file and change the spring datasource username and password as per your MySQL installation.
2020

2121
**3. Run the app**
2222

0 commit comments

Comments
 (0)