错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Extending Spring Boot

  • Felipe Gutierrez

摘要

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.