mp3agic icon indicating copy to clipboard operation
mp3agic copied to clipboard

SpringBoot - Application returns 404 Not Found when started in debug mode

Open vinokanth92 opened this issue 5 years ago • 1 comments

I am experiencing a weird situation where I am not able to get the spring boot application working in Debug mode. The same application responds correctly when started in normal mode. This behaviour is only observed when I am adding this library as an external dependency in my build.gradle file.

My IDE is IntelliJ

What I have tried so far:

  • Clean and rebuild
  • IntelliJ invalidate caches and restart
Gradle entry
compile "com.mpatric:mp3agic:0.9.1"

I can see the application starts correctly from the logs and listening on port 8080. When I make the API call there is no entry in the logs.

vinokanth92 avatar Apr 19 '19 13:04 vinokanth92

Hello @vinokanth92 ,

I can think of this option to be the problem: https://github.com/mpatric/mp3agic/blob/master/pom.xml#L62

It tells the compiler plugin to not include debugging symbols. Could you build and install mp3agic, with this option set to true, locally and debug your application with that local version please?

hennr avatar Apr 19 '19 19:04 hennr