vscode-spring-initializr icon indicating copy to clipboard operation
vscode-spring-initializr copied to clipboard

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

Open bgpayton opened this issue 1 year ago • 0 comments

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.

bgpayton avatar Apr 26 '24 18:04 bgpayton