Publish and Listen to Events with Spring Boot
Summary This guide covers how to publish and listen to events with Spring Boot. Custom events are a great way to trigger functionality without adding bloat to your existing business logic. The pub-sub pattern is excellent for horizontally scaling logic in your Spring Boot application….
Learn: Simple REST API with Spring Boot
Overview: In this tutorial, we will be covering how to set up a simple REST API using Spring Boot. We will be setting up the API from scratch using Eclipse and the Spring STS Plugin. At the end of this tutorial, you will be able…