Skip to content

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

@bgpayton

Description

@bgpayton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions