Skip to content

javaboilerplates/micro-admin

Boilerplate for Microservice Admin in Java

Build Status codecov Quality Maintainability DockerImage JavaDoc License

Features

  • Show health status
  • Show details, like
  • JVM & memory metrics
  • Counter & gauge metrics
  • Datasource metrics
  • Cache metrics
  • Show build-info number
  • Follow and download logfile
  • View jvm system- & environment-properties
  • Easy loglevel management (currently for Logback only)
  • Interact with JMX-beans
  • View thread dump
  • View traces
  • Download heapdump
  • CI with Travis
  • Docker Build

Installation

Install dependencies

./mvnw clean install

Running the tests

Run all tests

./mvnw test

Run and build

Run serve at localhost:8002

./mvnw spring-boot:run

Build package

./mvnw package

Docker support

Build docker image

bash script/Dockerbuild.sh

Run docker container


docker run -d --name micro-admin -p 8002:8002 javaboilerplates/micro-admin

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Boilerplate for Microservice Admin in Java

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors