Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Using Spring Boot Features

Header Image

  1. Using Spring Data JPA
    • This article covers the basics of accessing relational databases using Spring Data JPA, including defining entities and repositories, and querying the database using Spring Boot.
  2. Using Spring Security
    • This article covers the basics of authentication and authorization using Spring Security in a Spring Boot application, including configuration using code, annotations, and properties files.
  3. Using Spring MVC
    • The article covers the model-view-controller (MVC) architecture for building web applications using Spring MVC, including defining controllers and mapping requests to methods using annotations.

Table of contents