Articles in this series
Disregard the Java hate wagon Java is often hated for various reasons one of them is being too verbose. However it's a great language that's...
Before we start coding TL;DR Make a database Connect database to our project Use GET calls to read from SQL database with Spring Boot Source code on...
Introduction This guide is on how to build a full RESTful API with Spring Boot so you can make CRUD operations on MySQL database. You can find the...