Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Spring Boot Actuator - Build an Admin Dashboard
Rating: 4.5 out of 5(45 ratings)
471 students

Spring Boot Actuator - Build an Admin Dashboard

Learn how to manage and monitor performance and resource consumption of Spring applications; build an admin dashboard
Created byGet Arrays
Last updated 9/2020
English
English [Auto],

What you'll learn

  • Spring Boot Actuator
  • Spring Boot
  • JMX - JConsole
  • Application Monitoring
  • Administration Dashboard
  • Angular

Course content

9 sections66 lectures6h 24m total length
  • Introduction1:06

    Discover how to use Spring Boot Actuator to monitor metrics, traffic, and databases, override and customize endpoints, and build a backend API with an Angular admin dashboard.

  • Application demo12:29

    Explore building a front end admin dashboard for a Spring Boot Actuator backend, featuring an employee manager, system status cards, real-time http code charts, and export to Excel.

  • Prerequisites3:32

    This lecture outlines prerequisites for building the Spring Boot Actuator admin dashboard, covering Java, Spring Boot, Angular and TypeScript fundamentals, HTTP requests, cURL and Postman, and basic database concepts.

  • Environment setup4:35

    Prepare your Spring Boot actuator admin dashboard project by installing Java, npm, and Angular CLI, choosing Visual Studio Code or IntelliJ, and setting up MySQL or PostgreSQL databases.

  • Asking questions and source code0:49

Requirements

  • Familiarity with Java, Spring Framework, and Spring Boot
  • Familiarity with Angular
  • Familiarity with front-end web technologies (HTML, CSS, JavaScript, TypeScript)
  • Familiarity with HTTP
  • Familiarity with Command Line Interface (CLI)

Description

In this course, you will learn how to use Spring Boot Actuator to manage and monitor performance and resource consumption of Spring applications. This course teaches how to set up an application to take advantage of the actuator technology to examine, monitor, gather metrics, understand traffic, and the state of database of Spring applications.

You will learn about the different tools (JMX - JConsole & HTTP) that can be used to consume the endpoints exposed by the Spring Boot Actuator. You will also build an entire administration dashboard using the latest version of Angular to monitor health, metrics, HTTP traces, etc of a Spring applications.

Who this course is for:

  • Developers interested in Spring Boot Actuator
  • Developers interested in application monitoring
  • Developers interested in Angular