Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot Code Replacement when Launched using the Spring Boot Dashboard #330

Closed
SSmale opened this issue Aug 11, 2023 · 1 comment
Closed

Hot Code Replacement when Launched using the Spring Boot Dashboard #330

SSmale opened this issue Aug 11, 2023 · 1 comment
Labels

Comments

@SSmale
Copy link

SSmale commented Aug 11, 2023

I am using the Sting Boot Dashboard to launch my application in debug and run mode, with the Spring Boot Dev Tools included in the pom for auto reloading.

When have used VS Code for java before and have made us of the Hot Code Replace from the debugger ext to seamlessly change the code without stopping and starting the Spring Boot app. The application was run using a launch config.

My question is, how do I using the Dashboard and the hot code replacement together?

@testforstephen
Copy link
Contributor

The HCR from Java debugger won't take effect if your application has enabled spring boot dev tools. They cannot use together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants