Refresh-Ahead Caching provides clients closely up-to-date data while benefitting from performance gain.
Category: Spring Boot
Consumer Driven Contracts with Swagger
Consumer Driven Contracts enable teams to design their distributed architecture in TDD style. Spring Cloud Contract Swagger enables contract testing for Swagger API specifications.
Creating a Spring Boot library as JAR
Usually, when developing a Microservice you want to expose its interfaces via REST to other Microservices or to the frontend. However, you might want to develop a library that uses the functionality of Spring Boot. By adding a Maven repackage goal to your pom.xml, your module will be packaged as a Java module instead of [...]
You must be logged in to post a comment.