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?

Comment From: snicoll

Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it) or add some more details if you feel this is a genuine bug.

Comment From: siddhsql

@snicoll problem is that on SO: 1. > 90% of the time the question is downvoted and closed. 2. how do i keep adding details asked in comments etc.?

Comment From: snicoll

I understand but your report doesn’t look like a bug report but rather a question. As such it doesn’t belong here and what you quote is irrelevant.

If you want your question to get a quick response you should share a small sample that lets the community reproduces the problem you’ve described (not code in text, an actual sample). Feel free to add a link here when you’re done as I’ve suggested previously.