Spring Boot Actuator – Production-ready features
In this post, we’re going to introduce Spring Boot Actuator, by first covering the basics. Afterwards, you will create a Spring project and learn how to use, configure and extend this monitoring tool.
In this post, we’re going to introduce Spring Boot Actuator, by first covering the basics. Afterwards, you will create a Spring project and learn how to use, configure and extend this monitoring tool.
In this guide, you will learn how to set up and build a simple REST API with Spring, that provides CRUD operations for entries that are saved into a database. In addition, you will learn how use JPA’s criteria API to perform filtered searches for records.
In this guide, you will learn how to set up and build a simple REST API with Spring, that provides CRUD operations for entries that are saved into a database. In addition, you will learn how to map HTTP request to specific URL and its response codes, and how to handle unmapped requests.