Running your own Spring Initializr and using it from IntelliJ IDEA

Running your own Spring Initializr and using it from IntelliJ IDEA

If you ever worked with Spring Boot, then you are probably aware of Spring Initializr. The Spring Initializr is a web application that you can use to create a Spring Boot application. Do you know Spring Initializr itself is an open-source Spring Boot application? You can fork it, customize it, deploy on your infrastructure and use it to generate Spring Boot applications. The next question would be what kind of customizations I can do?

Continue reading »