1. Home
  2. Spring Boot
  3. Books

Spring Boot Books

Spring Boot 2.0 Projects

by Mohamed Shazin Sadakath4.5

The book starts off by teaching you how to create a web application using Spring Boot, followed by creating a Spring Boot-based simple blog management system that uses Elasticsearch as the data store. As you make your way through the chapters, you’ll build a RESTful web services application using Kotlin, and the Spring WebFlux framework. Learn more »

Spring Microservices in Action

by John Carnell4.29

The book teaches you how to build microservice-based applications using Java and the Spring platform. You'll learn to do microservice design as you build and deploy your first Spring Cloud application. Throughout the book, carefully selected real-life examples expose microservice-based patterns for configuring, routing, scaling, and deploying your services. Learn more »

Cloud Native Java

by Josh Long, Kenny Bastani4.05

This practical guide shows Java/JVM developers how to build better software, faster, using Spring Boot, Spring Cloud, and Cloud Foundry. Many organizations have already waded into cloud computing, test-driven development, microservices, and continuous integration and delivery. Learn more »

Spring Boot in Action

by Craig Walls3.67

A developer-focused guide to writing applications using Spring Boot. In it, you'll learn how to bypass configuration steps so you can focus on your application's behavior. Spring expert Craig Walls uses interesting and practical examples to teach you both how to use the default settings effectively and how to override and customize Spring Boot for your unique environment. Learn more »

Pro Spring Boot 2

by Felipe Gutiérrez3.5

This revised book will show you how to fully leverage the Spring Boot 2 technology and how to apply it to create enterprise ready applications that just work. It will also cover what's been added to the new Spring Boot 2 release, including Spring Framework 5 features like WebFlux, Security, Actuator and the new way to expose Metrics through Micrometer framework, and more. Learn more »

Spring Boot Persistence Best Practices

by Anghel Leonard0

This book is a collection of developer code recipes and best practices for persisting data using Spring, particularly Spring Boot. The book is structured around practical recipes, where each recipe discusses a performance case or performance-related case, and almost every recipe has one or more applications. Learn more »

You may also want to try

Spring Boot online courses

Spring & Hibernate for Beginners (includes Spring Boot)
Spring & Hibernate for Beginners (includes Spring Boot)
  • Chad Darby
  • 4.62
  • 41 hrs
  • 568 lectures

Spring 5: Learn Spring 5 Core, AOP, Spring MVC, Spring Security, Spring REST, Spring Boot 2, Thymeleaf, JPA & Hibernate Learn more »

Java Spring Tutorial Masterclass - Learn Spring Framework 5
Java Spring Tutorial Masterclass - Learn Spring Framework 5
  • Tim Buchalka
  • 4.5
  • 45 hrs
  • 273 lectures

Can't Find a good Spring Tutorial? Finally Understand Spring 5 With Spring Core, Spring MVC, Spring Boot 2 and more Learn more »

Spring & Spring Boot Interview Guide
Spring & Spring Boot Interview Guide
  • in28Minutes Official
  • 4.42
  • 6 hrs
  • 73 lectures

Spring & Spring Boot Interview Guide with 200+ Questions & Answers. With REST API, JPA, Hibernate and Spring Data JPA. Learn more »

Popular categories

  • Python
  • AWS
  • Kubernetes
  • Java
  • JavaScript
  • DevOps
  • Docker
  • NodeJS

Popular frameworks

  • Spring Boot
  • Django
  • Laravel
  • React
  • Symfony
  • Akka
  • Flutter
  • Quarkus

Useful tutorials

How to merge two dictionaries in Python?

Python makes merging two dictionaries easy. Below you can find an example created directly in the Python interpreter. It defines two dictionaries, a and b, and then it creates a new dictionary c by merging two previously created dictionaries. Learn more »

How to remove unused Docker images?

Docker images can quickly consume a lot of available disk space. This tutorial shows how to remove unused docker images quickly, as well as what are other clean-up operations worth running once in a while. Learn more »

© 2021 howtolearn.blog

Disclosure: Some of the links on that page are affiliate links - if you go through them to make a purchase, we will earn small commission. No extra cost on your side.