Dropwizard can quickly start up a web server with little configuration required. The default server implementation uses http, running on port 8080 by default. But what if you want users to log into your web application? Dropwizard provides moderately useful documentation on setting up authenticators, but you should also update your server to run over […]
Dropwizard and SSL
- Post author By benk
- Post date
- Categories In Software Development
- 10 Comments on Dropwizard and SSL