Spring Initializr Custom Instance -


i fork spring initializr github , add own nexus repo , common dependencies use.

forking , modifying code no issue. have few questions: 1. how can tell spring boot cli use custom initializr? 2. how can tell spring tool suite use custom initializr?

in cli add --target parameter:

spring init --target http://your.service.url 

in spring tool suite seems it's not possible.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -