spring boot 学习手册
Ctrlk
  • 介绍
  • 基础教程
  • web应用开发
  • 关系型数据库
  • NoSQL数据库
  • Cache
  • 异步消息服务
  • Mybatis
  • 进阶
  • 升华
  • 单元测试
  • 安全
  • TaskExecutor 异步线程池
  • 其他
    • 1.修改启动时显示
    • 2.获取配置文件中的值
    • 3.嵌入式容器
    • 4.配置SSL
    • 5.websocket
    • 6.Spring IO Platform
  • RESTfull API 开发
  • 附录:Eclipse - Spring Tool Suite工具的安装
  • 附录:Eclipse部署Maven
  • 附录:SpringBoot相关模块
  • 附录:注解笔记
  • 资料
  • 开发技巧
  • maven插件
Powered by GitBook
On this page

Was this helpful?

  1. 其他

3.嵌入式容器

资料

Spring Boot 入门 - 基础篇(2)- 嵌入式容器 深入SpringBoot:自定义EmbeddedServletContainer

Spring Boot 使用 jetty 作为默认的Web容器

Previous2.获取配置文件中的值Next4.配置SSL

Last updated 6 years ago

Was this helpful?