Part 1: Backend Programming with Spring Boot
Here, you will be familiarized with the basics of Spring Boot. This part provides the knowledge required to use databases and create RESTful web services.
We will cover the following chapters in this section:
- Chapter 1, Setting Up the Environment and Tools – Backend
- Chapter 2, Understanding Dependency Injection
- Chapter 3, Using JPA to Create and Access a Database
- Chapter 4, Creating a RESTful Web Service with Spring Boot
- Chapter 5, Securing and Testing Your Backend