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