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….
How to Start JAR file as Service Raspberry Pi 4
Summary You already have a Java project and have an executable JAR/WAR file. Now, you want to develop an application that uses the Web Services bundled in your JAR/WAR file. In an effort to keep your development environment tidy it makes sense to run your…
Learn: Spring Boot 2 & MongoDB Atlas
Overview: In this tutorial we will be learning how to connect your Spring Boot application with a MongoDB instance that is hosted using MongoDB Atlas. Atlas has a free “sandbox” that can be configured – this is what we will use for this tutorial. This…
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…