Spring REST
Within Spring Boot there are several ways to provide or access REST APIs. With @RestController
and RestTemplate
Spring MVC offers flexible tools that are suitable for most modern web applications. The following articles explain some more backgrounds and best practices in detail.
Articles
-
» Pagination in a Spring Boot REST API
-
» Adding Integration Tests in Spring Boot with Testcontainers
-
» Securing a REST API with Spring Security and JWT