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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -