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