Closed
Description
Hello,
I have customized the initializer with new project types.
When initializing a new project on IntelliJ those new types are available but they do not show up in the STS/eclipse project creation popup.
The custom SpringInitializr code is available here
Import the project, start it and from the IDE when trying to initialize a new Spring project select http://localhost:8080 as server URL.
have you already tried to define a new project type and create such a project within STS/eclipse?
Thx for your answer
Marc
edit: addition of the GitHub repository with source code with custom project type Mgu