java – How enable auto rebuild spring boot project in eclipse and/or STS ides
java – How enable auto rebuild spring boot project in eclipse and/or STS ides
Spring Boot has an interesting feature called Hot Swapping detailed in their doc
You can use it in mosly every modern IDE (Eclipse, STS or Intellij). It includes reloading static content, java classes and other stuffs.