himash79 / Spring-Boot-Actuator-Intergration

Build Restful web service using Spring Boot as well as Monitoring web service Status, Health, Loggers using Actuator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring-Boot-Actuator-Intergration

Build Restful web service using Spring Boot as well as Monitoring web service Status, Health, Loggers using Actuator.

Requirements

  1. Java 1.8
  2. Maven 3.8
  3. MongoDB

Project setup

  1. Clone the project

    git clone https://github.com/himash79/Spring-Boot-Actuator-Intergration.git
    
  2. Create MongoDB Database

    Create database import attached query data to table and refer the `instructions` file.
    
  3. Clean and build the project using maven

    open command line (CMD) in project directory and execute 'mvn clean install'
    
  4. Open project using intelij / eclipse

  5. Set up database configurations in application.properties file

    spring.data.mongodb.database = Developer database name
    
  6. Monitor the web service components

About

Build Restful web service using Spring Boot as well as Monitoring web service Status, Health, Loggers using Actuator.


Languages

Language:Java 100.0%