http2-experiments
http2-experiments copied to clipboard
Companion repo for the "HTTP/2 for the web developer" talk
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.