Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert maven project to Spring Boot #158

Open
AlexFalappa opened this issue Jan 31, 2020 · 1 comment
Open

Convert maven project to Spring Boot #158

AlexFalappa opened this issue Jan 31, 2020 · 1 comment
Labels
Milestone

Comments

@AlexFalappa
Copy link
Owner

A new context menu entry for maven projects or a new code generator could make a generic maven project a Spring Boot project by replacing the pom.xml file.

The new content can be obtained from invocation of https://start.spring.io/pom.xml?type=maven-build Initializr web service endpoint.

A dialog should be shown allowing to choose at least:

  • project groupId
  • project artifactId
  • project version
  • Java version
  • Spring Boot version
  • Spring Boot Dependencies

Other details (e.g. project name and description) could be left to direct editing of the pom.xml.

@AlexFalappa AlexFalappa added this to the Future milestone Jan 31, 2020
@AlexFalappa
Copy link
Owner Author

The existing code generator that tries to add the Spring Boot "facet" to an existing pom.xml should be retired in favour of this approach as too brittle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant