Search⌘ K
AI Features

Summary

Explore how to build a reactive web application with Spring Boot and Spring WebFlux by creating a restaurant server that handles customer and kitchen interactions. Learn to write asynchronous controllers, run your Spring Boot app, and develop Thymeleaf templates for static web pages.

We'll cover the following...

In this chapter we learned how to:

  • Create a restaurant server that interacts ...