Tag: servlet 2.5

Spring Boot是否支持servlet 2.5自动配置?

我想创建一个部署在Google AppEngine基础架构上的Spring Boot应用程序。 GAE目前仅支持servlet 2.5 Web应用程序。 是否可以将Spring Boot – 使用自动配置 – 与旧式web.xml结合使用? 我可以使用一个指向@Configration类的contextClass / contextConfigLocation,包括@EnableAutoConfiguration吗? 所有Spring Boot示例似乎都使用带有main方法的简单Application类来运行应用程序。 所以我想知道Spring Boot是否支持使用web.xml作为启动应用程序的起点?