I am trying to set up my own instance of the Spring Initializr. I want to add more libraries and starters for internal use.
So far I've followed Spring's documentation and set up an application that is able to provide the dependencies I add there. That is nice, but I also want all the dependencies and other configurations available at start.spring.io to be present in my instance as well.
The only way I could find so far is to manually add them to my properties file. This is far from ideal since it's a rather lengthy configuration and makes the whole thing prone to mistakes.
Is there an easier way to do that?