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?
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?