Skip to content

Commit 98092f0

Browse files
authored
Merge pull request #11 from AdamZink/part-3-readme
Update tutorial links for part 3
2 parents 4174eba + 088e2a3 commit 98092f0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
### Spring Boot MySQL Demo
22

3-
This project was created as a starting point for a simple MySQL-backed REST API.
3+
This project was created as a starting point for a simple MySQL-backed API.
44

55
<br />
66

77
Tutorials are available to explain the steps on [Medium](https://medium.com/@adamzink):
88

9-
##### Getting Started with Spring Boot, Hibernate, Jersey, and MySQL
10-
* [Part 1 - Getting Spring Initializr project to run](https://medium.com/@adamzink/getting-started-with-spring-boot-hibernate-jersey-and-mysql-part-1-abd38ec3e639)
11-
* [Part 2 - POST a User](https://medium.com/@adamzink/getting-started-with-spring-boot-hibernate-jersey-and-mysql-part-2-b9f98a1bbbae)
9+
<br />
10+
11+
[Creating an API with Spring Boot and MySQL](https://medium.com/@adamzink/creating-an-api-with-spring-boot-and-mysql-bb14fa230dad)
1212

13+
* [Part 1 - Create a Spring Boot application with Spring Initializr](https://medium.com/@adamzink/creating-an-api-with-spring-boot-and-mysql-part-1-4c5544a2a202)
14+
* [Part 2 - Create the first API endpoint to POST a User](https://medium.com/@adamzink/creating-an-api-with-spring-boot-and-mysql-part-2-1b3f5740c7bf)
15+
* [Part 3 - Create more API endpoints to GET, PUT, and DELETE Users](https://medium.com/@adamzink/creating-an-api-with-spring-boot-and-mysql-part-3-f1b5ef9334c0)

0 commit comments

Comments
 (0)