Spring Boot 文档和手册
Ctrlk
  • Introduction
  • I. Spring Boot 文档
  • II. 开始使用
  • III. 使用Spring Boot
  • IV. Spring Boot特性
  • V. Spring Boot 执行器
  • VI. 部署到云端
  • VII. Spring Boot CLI
  • VIII. 构建工具插件
  • IX. How-to指南
    • 68. Spring Boot应用
    • 70. 内嵌 servlet 容器
    • 71. Spring MVC
      • 71.1 编写JSON REST服务
      • 71.2 编写XML REST服务
      • 71.3 自定义Jackson ObjectMapper
      • 71.4 自定义@ResponseBody渲染
      • 71.5 处理Multipart文件上传
      • 71.6 关闭Spring MVC DispatcherServlet
      • 71.7 关闭默认的MVC配置
      • 71.8 自定义ViewResolvers
      • 71.9 Velocity
      • 71.10 使用Thymeleaf 3
    • 73. 日志
    • 74. 数据访问
    • 75. 数据库初始化
    • 76. 批处理应用
    • 77. 执行器
    • 78. 安全
    • 79. 热交换
    • 80. 构建
    • 81. 传统部署
  • X.附录
Powered by GitBook
On this page

Was this helpful?

  1. IX. How-to指南

71. Spring MVC

71.1 编写JSON REST服务71.2 编写XML REST服务71.3 自定义Jackson ObjectMapper71.4 自定义@ResponseBody渲染71.5 处理Multipart文件上传71.6 关闭Spring MVC DispatcherServlet71.7 关闭默认的MVC配置71.8 自定义ViewResolvers71.9 Velocity71.10 使用Thymeleaf 3
Previous70.19 使用@ServerEndpoint创建WebSocket端点Next71.1 编写JSON REST服务

Last updated 6 years ago

Was this helpful?