Skip to content

Instantly share code, notes, and snippets.

@topera
Created June 25, 2018 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topera/a2ba5b1e341fde7e1f4bb88aaf2c1672 to your computer and use it in GitHub Desktop.
Save topera/a2ba5b1e341fde7e1f4bb88aaf2c1672 to your computer and use it in GitHub Desktop.
How to make Spring Boot reload changed java code. Just change the code and call "gradle assemble"
// spring: allow automatic restart
compile "org.springframework.boot:spring-boot-devtools:2.0.3.RELEASE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment