Spring-Boot with REST using Undertow over HTTP2
mvn spring-boot:runor
mvn clean package
java -jar target/spring-boot-rest-with-http2-0.0.1-SNAPSHOT.jarhttps://localhost:8443/swagger-ui.html
HTTP 1.1
mvn spring-boot:run -Dserver.ssl.enabled=false -Dserver.http2.enabled=falseServer Port
mvn spring-boot:run -Dserver.port=9090