Skip to content

mvn spring-boot:run does not start the server #34184

@siddhsql

Description

@siddhsql

hello I am having same issue as here

  1. I run mvn spring-boot:run and it shows BUILD SUCCESS without running the server
  2. I am using Spring 3.4.1
<plugin>
				<groupId>org.springframework.boot</groupId>
				<artifactId>spring-boot-maven-plugin</artifactId>
			</plugin>

If I package the application into a single jar I can execute the jar successfully using java -jar filename. I have added following dependency:

		<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-webflux</artifactId>
</dependency>

how can i debug this? is this a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    for: stackoverflowA question that's better suited to stackoverflow.com

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions