You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's already a way: Subclass InitializrMetadata, add the fields/getters you want, then create your own InitializrMetadataProvider and return your InitializrMetadata subclass. The resulting object will be returned from io.spring.initializr.web.controller.ProjectMetadataController#config (which handles /metadata/config) and Spring MVC will serialize it to JSON.
See #1580.
The text was updated successfully, but these errors were encountered: