We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When creating a new Maven project using Spring Initializr, you can select Groovy as the project language:
The project gets created with a Groovy application for the main class:
However the generated application is not recognized correctly as a Spring Boot application in the Spring Boot Dashboard:
And the application does not run:
However, let's generate a Java application instead of a Groovy application:
The Java application shows up in the Spring Boot Dashboard:
And it runs just fine:
Spring Initializr should not support creating a Groovy application if it does not work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When creating a new Maven project using Spring Initializr, you can select Groovy as the project language:
The project gets created with a Groovy application for the main class:
However the generated application is not recognized correctly as a Spring Boot application in the Spring Boot Dashboard:
And the application does not run:
However, let's generate a Java application instead of a Groovy application:
The Java application shows up in the Spring Boot Dashboard:
And it runs just fine:
Spring Initializr should not support creating a Groovy application if it does not work.
The text was updated successfully, but these errors were encountered: