Skip to content

bclozel/http2-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTTP/2 experiments with Spring Boot

This project is part of the "HTTP/2 for the Web developer" talk given at SpringOne2GX 2015.

Running this project

From the command line, run

$ mvn spring-boot:run

In your IDE, you have to run the Http2ExperimentsApplication class and customize your run configuration to add a JVM argument:

-Xbootclasspath/p:$HOME/.m2/repository/org/mortbay/jetty/alpn/alpn-boot/8.1.6.v20151105/alpn-boot-8.1.6.v20151105.jar

License

This project is released under version 2.0 of the Apache License.