Summary
With this, we have reached the end of this chapter. Let’s have a recap of the valuable things you have learned. You have learned how to start the Spring Boot application on a Tomcat server using IntelliJ. You have also known how to create a complete Spring Boot application step by step by creating entities, using Lombok and DTOs, writing services with CRUD logic with the help of JPA repositories, and creating controllers using HTTP annotations and ModelMapper
for converting entities to DTO, and vice versa.
Lastly, you have also learned how to configure a Redis server and use it on a Spring Boot application.
The skills you have learned here will make your code readable and concise because of the Lombok and JPA repositories.
In the next chapter, we will be learning how to create documentation for our APIs using springdoc-openapi
and Swagger UI.