Spring Boot参考指南 Boot Reference Guide Zh
spring-boot-reference-guide-zh
spring-boot-reference-guide-zh
spring-boot-reference-guide-zh
spring-boot-reference-guide-zh
spring-boot-reference-guide-zh
User Manual: Pdf
Open the PDF directly: View PDF
Page Count: 714 [warning: Documents this large are best viewed by clicking the View PDF Link!]
- Introduction
- I. Spring Boot文档
- II. 开始
- III. 使用Spring Boot
- IV. Spring Boot特性
- V. Spring Boot执行器: Production-ready特性
- VII. Spring Boot CLI
- VIII. 构建工具插件
- IX. How-to指南
- 68. Spring Boot应用
- 70. 内嵌servlet容器
- 70.1 为应用添加Servlet,Filter或Listener
- 70.2 改变HTTP端口
- 70.3 使用随机未分配的HTTP端口
- 70.4 发现运行时的HTTP端口
- 70.5 配置SSL
- 70.6 配置访问日志
- 70.7 在前端代理服务器后使用
- 70.8 配置Tomcat
- 70.9 启用Tomcat的多连接器
- 70.10 使用Tomcat的LegacyCookieProcessor
- 70.11 使用Jetty替代Tomcat
- 70.12 配置Jetty
- 70.13 使用Undertow替代Tomcat
- 70.14 配置Undertow
- 70.15 启用Undertow的多监听器
- 70.16 使用Tomcat 7.x或8.0
- 70.17 使用Jetty9.2
- 70.18 使用Jetty 8
- 70.19 使用@ServerEndpoint创建WebSocket端点
- 71. Spring MVC
- 73. 日志
- 74. 数据访问
- 75. 数据库初始化
- 76. 批处理应用
- 77. 执行器
- 78. 安全
- 79. 热交换
- 80. 构建
- 81. 传统部署
- X.附录