Google News
logo
Java Spring Boot - Interview Questions
What do you mean by hot-swapping in Spring Boot?
It is a way to reload the changes without restarting Tomcat, or Jetty server. Eclipse and Many other IDEs support bytecode hot swapping. If you make any changes that don't affect the method signature, it should reload without side effect.
Advertisement