You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
4
5
5
<br />
6
6
7
7
Tutorials are available to explain the steps on [Medium](https://medium.com/@adamzink):
8
8
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)
12
12
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