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
-
» Spring Boot Application Generator
-
» Pagination in a Spring Boot REST API
-
» Adding Integration Tests in Spring Boot with Testcontainers
-
» Securing a REST API with Spring Security and JWT
-
» Signing JWTs with a private key in Spring Security
-
» Spring Boot latest version
-
» Generate Boilerplate for Spring Boot