microsoft / vscode-spring-boot-dashboard

Spring Boot Dashboard for VS Code
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-spring-boot-dashboard
Other
56 stars 31 forks source link

Dashboard displays zero projects #329

Open InTEGr8or opened 1 year ago

InTEGr8or commented 1 year ago

I'm trying to debug an OpenJDK8, Gradle = 4.10, Springframework = 4.0.2 project in VS Code with the Spring Boot Dashboard.

Zero apps display in the Spring Boot Dashboard. I'm able to gradle build and run the app in Apache Tomcat on the same machine.

I would like to be able to debug the project before moving it over to the Tomcat folder.

Can I do that with a Java Spring Boot app?

I have tried adding the ContextLoaderListener class to the classpath in the VS Code launch.json and that also doesn't launch a debug session. I'm not sure if that is the right code entry point for a Java Spring Boot project.

Why might the Spring Boot Dashboard not be showing any projects in the dashboard?