Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 382 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 382 Bytes

dropwizard-helloworld

"Hello world" application -- Dropwizard version 4.x

Java runtime

This project requires Java 17 or higher

Build

mvn clean package

Run the application

java -jar target/app.jar server config/dev_config.yml

"hello" endpoint

in your web browser, visit this URL:

http://localhost:8080/hello?name=Jeff