Book Image

Spring Boot Cookbook

By : Alex Antonov
Book Image

Spring Boot Cookbook

By: Alex Antonov

Overview of this book

Table of Contents (15 chapters)
Spring Boot Cookbook
Credits
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. Configuring Web Applications

In the previous chapter, we learned how to create a starting application template, add some basic functionalities, and set up a connection to a database. In this chapter, we will continue to evolve our BookPub application and give it a web presence.

In this chapter, we will learn about the following topics:

  • Creating a basic RESTful application

  • Creating a Spring Data REST service

  • Configuring custom servlet filters

  • Configuring custom interceptors

  • Configuring custom HttpMessageConverters

  • Configuring custom PropertyEditors

  • Configuring custom type Formatters