Extending Spring Boot
摘要
In this chapter, we will review how we can extend Spring Boot by creating a custom Spring Boot starter. We’ll discuss the benefits of a custom starter, review the annotations required to create a custom starter, identify the requirements of the custom starter that we’ll create, and survey the general rules for creating a custom starter. Then, we’ll create a custom starter for the My Retro App project. We’ll wrap up by using our custom starter.