You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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:
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.
The text was updated successfully, but these errors were encountered: