Let me share with you the result of my last couple months of work - the book published on 26th April by Packt. The book Mastering Spring Cloud is strictly…
Java, Spring, Kotlin, microservices, Kubernetes, containers
Let me share with you the result of my last couple months of work - the book published on 26th April by Packt. The book Mastering Spring Cloud is strictly…
I have been writing about security with OAuth2 and Spring Cloud in some articles before. This article is the continuation of samples previously described in the following posts: Microservices security…
In this article, you will learn how to expose Spring Boot microservices over REST Protocol Buffers. Today exposing RESTful API with JSON protocol is the most common standard. We can…
Probably you read some articles about Hystrix and you know in what purpose it is used for. Today I would like to show you an example of exactly how to…