Hi,
Can someone help me to point the code where Dropwizzard start/stop the HTTP server ?
Basically when we execute below in tutorial which code starts the HTTP server?
java -jar target/hello-world-0.0.1-SNAPSHOT.jar server hello-world.yml
I have a framework where I need to feed Dropwizzard HTTPServer, so that framework will start and stop it.
Appreciate your help in advance.
regards,
Robin Kuttaiah