Extending Spring Boot
摘要
This chapter explains how to extend Spring Boot by creating a custom Spring Boot starter. It covers the benefits of a custom starter, reviews the annotations required to create a custom starter, identifies the requirements of the custom starter that we’ll create, and surveys the general rules for creating a custom starter. Then, we'll create a custom starter for the My Retro App project. The chapter wraps up by using the custom starter.