humbertodias / spring-boot-rest-with-http2

Spring-Boot with REST over HTTP2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build, Test

SpringBoot/HTTP2

Spring-Boot with REST using Undertow over HTTP2

Requisites

  1. Java 8+
  2. Maven 3+

Play

mvn spring-boot:run

or

mvn clean build
java -jar target/spring-boot-rest-with-http2-0.0.1-SNAPSHOT.jar

Access

https://localhost:8443/swagger-ui.html

Optionals

HTTP 1.1

mvn spring-boot:run -Dserver.ssl.enabled=false -Dserver.http2.enabled=false

Server Port

mvn spring-boot:run -Dserver.port=9090

Mappings

https://localhost:8443/actuator/mappings

https://localhost:8443/swagger-resources

References

About

Spring-Boot with REST over HTTP2


Languages

Language:Shell 100.0%