Skip to content

humbertodias/spring-boot-rest-with-http2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages