From 3a00e7c51b546aeda1685ef1b5dea7790ab6bcca Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sun, 1 Sep 2019 19:28:25 +0800 Subject: [PATCH] Update README.md --- spring-boot/spring-boot-tomcat/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot/spring-boot-tomcat/README.md b/spring-boot/spring-boot-tomcat/README.md index bd46e45..2f0f410 100644 --- a/spring-boot/spring-boot-tomcat/README.md +++ b/spring-boot/spring-boot-tomcat/README.md @@ -17,6 +17,7 @@ Spring Boot 默认采用内置的 Web 容器,因此打成 JAR 包后就可以直接运行。但在某的时候,你可能还是需要使用 Tomcat 来运行和管理 Web 项目,因此本用例主要介绍 Spring Boot 与 Tomcat 的整合方式。另外 Spring Boot 内置的 Web 容器默认并不支持 JSP,所以可以使用跳转到 JSP 页面的方式来测试整合外部容器是否成功。
+ ### 1.2 基本依赖 ```xml