Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bearddan2000/java-web-maven-dropwizard-keystore-api-hello-world

A POC for dropwizard api with self-signed ssl.
https://github.com/bearddan2000/java-web-maven-dropwizard-keystore-api-hello-world

api dropwizard hello java keystore maven web world

Last synced: about 2 months ago
JSON representation

A POC for dropwizard api with self-signed ssl.

Awesome Lists containing this project

README

        

# java-web-maven-dropwizard-keystore-api-hello-world

## Description
A POC for dropwizard api with self-signed ssl.

## Tech stack
- java
- maven
- dropwizard

## Docker stack
- maven:3-openjdk-17

## To run
`sudo ./install.sh -u`
- Endpoints
- [No args](https://localhost/hello-world)
- [Single args](https://localhost/hello-world?name=Steve)

## To stop (optional)
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`

## Credit
- [Code based on](https://howtodoinjava.com/dropwizard/tutorial-and-hello-world-example/)
- [SSL code](https://github.com/dropwizard/dropwizard/tree/master/dropwizard-example)