Customizing Spring Initializr Defaults: Building a Chrome Extension for start.spring.io

Spring Initializr (start.spring.io) is a fantastic tool for bootstrapping Spring Boot projects. However, you might find yourself repeatedly changing the same default values every time you create a new project. In this guide, we’ll create a Chrome extension that let’s you save default preferences and apply them with single click What We’ll Build Our extension…