Spring Boot RowMapper

Spring Boot RowMapper tutorial shows how to map rows of ResultSet to data carriers. We use Java record as a data carrier.

Spring Boot scheduling tasks

Spring Boot scheduler tutorial shows how to scheduled tasks with @Scheduled in Spring Boot application.

Spring Boot @RestController

Spring Boot @RestController tutorial shows how to use the @RestController annotation in a Spring application to build a Restful controller.

Spring Boot REST XML

Spring Boot REST XML tutorial shows how to serve XML data in a Spring Boot RESTFul application.

Spring Boot RestTemplate

Spring Boot RestTemplate tutorial shows how to use RestTemplate to create synchronous HTTP requests in a Spring application.

Spring Boot @ResponseBody

Spring Boot @ResponseBody shows how to bind controller return values to response body.

Spring Boot @ResponseStatus

Spring Boot @ResponseStatus tutorial shows how to use @ResponseStatus annotation in a Spring application.

Spring Boot ResponseEntity

Spring Boot ResponseEntity tutorial shows how to use ResponseEntity in a Spring application.

Spring Boot @Repository

Spring Boot @Repository tutorial shows how to use the @Repository annotation in a Spring application.

Spring Boot @RequestParam

Spring Boot @RequestParam tutorial shows how to read a request parameter with @RequestParam annotation in a Spring Boot application.