Google News
logo
Java Spring Boot - Interview Questions
How to enable HTTP/2 supports in Spring Boot?
User can enable HTTP/2 support by using
 
server.http2.enabled configuration property.

Advertisement