In application.properties add the SSL configuration
spring.ssl.bundle.jks.server-http3.key.alias...
spring.ssl.bundle.jks.server-http3.keystore...More information about SSL Bundle settings:
This endpoint showcases HTTP/3 server support
curl --http3 https://localhost:8443/hello -vThis endpoint showcases HTTP/3 client support
curl --http3 https://localhost:8443/remote -v