From d50e9f274621e52e654c60094334dd481f7b81fb Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Fri, 6 Mar 2015 23:14:55 +0800 Subject: [PATCH] Update 52. Google App Engine.md --- VI. Deploying to the cloud/52. Google App Engine.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VI. Deploying to the cloud/52. Google App Engine.md b/VI. Deploying to the cloud/52. Google App Engine.md index e69de29..e2d70d4 100644 --- a/VI. Deploying to the cloud/52. Google App Engine.md +++ b/VI. Deploying to the cloud/52. Google App Engine.md @@ -0,0 +1,3 @@ +### 52. Google App Engine + +Google App Engine跟Servlet 2.5 API是有联系的,所以在不修改的情况系你是不能部署一个Spring应用的。具体查看本指南的[Servlet 2.5章节](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-servlet-2-5)。