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 4. Writing Custom Spring Boot Starters

In this chapter, we will cover the following topics:

  • Understanding Spring Boot autoconfiguration

  • Creating a custom Spring Boot autoconfiguration starter

  • Configuring custom conditional bean instantiations

  • Using custom @Enable* annotations to toggle configurations