Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring 将网络协议升级到http/2_Spring_Http_Ssl_Apple Push Notifications_Http2 - Fatal编程技术网

Spring 将网络协议升级到http/2

Spring 将网络协议升级到http/2,spring,http,ssl,apple-push-notifications,http2,Spring,Http,Ssl,Apple Push Notifications,Http2,我想用spring(服务器端)将通知推送到APN。 APN必须使用HTTP\2,我有HTTP\1.1 我想在我的本地服务器上升级协议。 我在谷歌上搜索了一下,但没有找到明确的方法。 怎么做?哪一步

我想用spring(服务器端)将通知推送到APN。 APN必须使用HTTP\2,我有HTTP\1.1 我想在我的本地服务器上升级协议。 我在谷歌上搜索了一下,但没有找到明确的方法。 怎么做?哪一步