vscode-spring-initializr icon indicating copy to clipboard operation
vscode-spring-initializr copied to clipboard

Append to path of serviceUrl when generating downloadUrl.

Open dblm-sbab opened this issue 7 months ago • 0 comments

Today if you configure "spring.initializr.serviceUrl": [ "https://my-domain/my-initializr/" ] then it works to fetch json metadata but later when trying to fetch the zip-package it fails since the path-part of the url (my_initializr) is replaced with starter.zip. This PR solves that.

dblm-sbab avatar Apr 10 '25 10:04 dblm-sbab