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

Spring Initializr let's you pick Groovy for your Maven project but the generated Groovy app does not work #239

Open
bgpayton opened this issue Apr 26, 2024 · 0 comments

Comments

@bgpayton
Copy link

bgpayton commented Apr 26, 2024

When creating a new Maven project using Spring Initializr, you can select Groovy as the project language:

image

The project gets created with a Groovy application for the main class:

image

However the generated application is not recognized correctly as a Spring Boot application in the Spring Boot Dashboard:

image

And the application does not run:

image

However, let's generate a Java application instead of a Groovy application:

image

The Java application shows up in the Spring Boot Dashboard:

image

And it runs just fine:

image

Spring Initializr should not support creating a Groovy application if it does not work.

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

No branches or pull requests

1 participant