Starting your first project with Spring Boot can be a bit
daunting given the vast options that it provides. This book
will guide you step-by-step along the way to be a Spring Boot
hero in no time.
The book covers:
* Setup of your project
* Security and user management for your application
* Writing REST endpoints
* Connecting with a database from your application
* Unit and integration testing for all aspects
* Writing documentation for your REST endpoints
* Support file upload from your REST API