This article will guide you through setting up Spring Security for a REST service created using Swagger specification. It also goes through integration testing of secure REST service. The code […]
This article shows how to use Open API specification and Swagger tools to build a REST service with spring boot and Maven. It describes how the Open API may be […]
This article goes beyond regular unit testing and describes various approaches for constructing spring boot integration tests. It explores configuration options and relies on @SpringBootTest annotation to construct rest controller […]
This article opens a Rest Controller testing cycle and presents an approach to @RestController Unit Testing with MockMvc and Mockito. In order to make the test quick, we will avoid […]
This article is a brief, conceptual introduction to REST. It describes what a REST service is, what are the main REST principles and answers when is a service truly restful. […]