Bringing together Kong & Spring Boot. But wait, what is https://github.com/Kong/kong? Kong is a cloud-native, fast, scalable, and distributed Microservice Abstraction ...
If you've been building microservices or consuming REST APIs with Spring Boot, you know the drill: choose between the deprecated RestTemplate, the verbose WebClient, or pulling in Spring Cloud just ...
A thorough introduction and the original rationale behind this component can be found my blog: http://blog.kaczmarzyk.net/2014/03/23/alternative-api-for-filtering ...
When we unit test Spring MVC applications, we test each layer separately from the others. We create mock implementations, typically using Mockito, for each layer’s dependencies, then we simulate the ...
In this post, we will explore how to secure a RESTful web service built with Spring Boot using Spring Security, specifically implementing basic authentication. Spring Boot is a powerful framework for ...