This project is part of the "HTTP/2 for the Web developer" talk given at SpringOne2GX 2015.
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
This project is released under version 2.0 of the Apache License.