Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/spring-boot-actuator-intergration
Build Restful web service using Spring Boot as well as Monitoring web service Status, Health, Loggers using Actuator.
https://github.com/himash79/spring-boot-actuator-intergration
actuator mongodb mongoose monitoring mvc rest-api restful-webservices spring-boot
Last synced: about 16 hours ago
JSON representation
Build Restful web service using Spring Boot as well as Monitoring web service Status, Health, Loggers using Actuator.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-actuator-intergration
- Owner: himash79
- Created: 2022-09-02T09:40:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T09:45:36.000Z (over 2 years ago)
- Last Synced: 2024-11-21T04:11:58.782Z (2 months ago)
- Topics: actuator, mongodb, mongoose, monitoring, mvc, rest-api, restful-webservices, spring-boot
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Boot-Actuator-Intergration
Build Restful web service using Spring Boot as well as Monitoring web service Status, Health, Loggers using Actuator.## Requirements
01) Java 1.8
02) Maven 3.8
03) MongoDB## Project setup
01) Clone the project
git clone https://github.com/himash79/Spring-Boot-Actuator-Intergration.git
02) Create MongoDB Database
Create database import attached query data to table and refer the `instructions` file.
03) Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
04) Open project using intelij / eclipse05) Set up database configurations in application.properties file
spring.data.mongodb.database = Developer database name
06) Monitor the web service components