Skip to content

janweinschenker/simple-rest-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Spring Boot http server with http/2

A very simple and dumb webserver. Based on spring boot, configured to use Undertow as its servlet container.

The server uses the version 2 of the http protocol.

After starting the server, visit https://localhost:8443/greeting?name=JavaLand

run

This example needs JDK 1.8.0_60 or newer and Maven 3.0 or newer.

Start the server:

  1. Checkout project
  2. Type $ mvn clean package
  3. Type $ ./script/run.sh HTTP2 8443

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published