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
Post a Comment