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
The command spring-boot-new-project allows to create a new project but not to add to an existing project starters.
That could be interesting to check if start.spring.io offers this opportunity or if we should find our own way to add such starters/artifacts and import pom file within the dependenciesManagement section
The text was updated successfully, but these errors were encountered:
Not sure how start.spring.io could help on this, I think this could be done simply with the DependencyFacet. We retrieve the list of deps from start.spring.io (or the cached one) and for each dep/starter selected we check if there is an entry in the bom section as well, like :
The command
spring-boot-new-project
allows to create a new project but not to add to an existing project starters.That could be interesting to check if start.spring.io offers this opportunity or if we should find our own way to add such starters/artifacts and import pom file within the dependenciesManagement section
The text was updated successfully, but these errors were encountered: