Build RESTful APIs with Spring MVC
  • Introduction
  • Overview
  • An introduction to REST
  • Prerequisites
  • Getting Started
    • Project skeleton
    • Configure Spring WebMVC
    • Configure Datasource
    • Configure JPA
    • Configure Spring Security
    • Configure Swagger
    • Maven profiles and Spring profiles
  • Getting started with Spring Boot
    • Project skeleton
    • Configure Datasource
    • Configure JPA
    • Configure Spring Security
    • Configure Swagger
    • Maven profiles and Spring profiles
  • Build REST API
  • Handle Exceptions
  • Test APIs
  • Visualize and document REST APIs
  • Secure APIs
  • Upgrade to Spring Boot 1.4
Powered by GitBook
On this page

Was this helpful?

Getting started with Spring Boot

Spring Boot provides simple auto configurations and lots of integrations for the third-party services. For developers, it decrease the configuration codes, and it is very quick to prototype an application. Spring Boot is the base of Spring Microservice applications.

PreviousMaven profiles and Spring profilesNextProject skeleton

Last updated 5 years ago

Was this helpful?