Spring Framework: Spring Boot 2 Actuator
You’ve just finished developing a Spring Boot app. Next step: production! But is it production-worthy? With Spring Boot Actuator, it is! This course covers how to easily manage your Spring Boot apps running in production using Spring Boot Actuator.
What you'll learn
Spring Boot helps you build applications. Spring Boot Actuator helps you run them in production. In this course, Spring Framework: Spring Boot 2 Actuator, you will learn how Spring Boot Actuator makes it easy to monitor, manage, and introspect your application in a production environment. First, you will learn what Spring Boot Actuator is, what an Actuator Endpoint is, and how you can utilize it in your own projects. Then, you will discover what built-in production-ready features Spring Boot Actuator automatically adds to your application, with no effort on your part, to make it production worthy. Finally, you will explore how to customize existing Actuator Endpoints as well as develop your very own custom Actuator Endpoints. When you're finished with this course, you will have the skills and knowledge needed to use Spring Boot Actuator to run, monitor, and manage your Spring Boot applications in production. Software required: IntelliJ CE.
Table of contents
- Version Check 0m
- Overview 1m
- What Is Spring Boot Actuator? 2m
- What Is an Actuator? 2m
- What's Different between Spring Boot Actuator 1.x and 2.x? 1m
- Getting Started Using Spring Boot Actuator 1m
- Introducing Actuator Endpoints and How to Get the Demo Code 1m
- Getting Acquainted with the Demo Code 1m
- What Is an Actuator Endpoint? 1m
- Demo: Discovering the Built-in Actuator Endpoints 1m
- Exploring the Most Common Endpoints and How They're Used 2m
- Demo: Actuator Endpoints in Action 3m
- Taking a Deeper Look at the Most Commonly Used Endpoints 0m
- Deep Dive: Health Endpoint 1m
- Deep Dive: Metrics Endpoint 2m
- Summary 2m
- Overview 1m
- Enabling and Disabling Actuator Endpoints 2m
- Exposing Actuator Endpoints 3m
- Enabling vs. Exposing Endpoints 2m
- Demo: Enabling and Exposing Endpoints 3m
- Securing Actuator Endpoints 3m
- Customizing the Health Endpoint 2m
- Customizing the Info Endpoint 2m
- Customizing the Metrics Endpoint 1m
- Demo: Writing a Custom Health Indicator 3m
- Creating Your Own Actuator Endpoints 1m
- Demo: Implementing a Custom Actuator Endpoint 3m
- Summary 1m