SpringBoot REST API from scratch with Maven
Nowadays, REST APIs are pretty much everywhere, so it's nice to know how to create one, in this case, with Java and Spring, using SpringBoot and SpringMVC. We will cover the needed steps, from the maven dependencies to the controller creation and view ussage, and we will check if our rest API works with our web browser.