5

In Spring boot Whenever files change in the classpath, applications using spring-boot-devtools will cause the application to restart. Some can be also be acheived using the JRebel, But JRebel is not Free.

I am looking for the same functionality in the dropwizard. Is there any free tool or any Library like devtools in Springboot that makes it possible in dropwizard?

Akshay Pethani
  • 2,390
  • 2
  • 29
  • 42

1 Answers1

0

You could give HotSwapAgent a try. Should work with DropWizard.

Lipsum
  • 536
  • 3
  • 6