Skip to content

sa1nt/ibm-heapdump-spring-boot-actuator-auto-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ibm-heapdump-spring-boot-actuator-auto-starter

Spring Boot autoconfiguration and starter sources for the ibm-heapdump-spring-boot-actuator

Usage

  1. Add the artifact as a dependency
<dependency>
    <groupId>io.github.sa1nt</groupId>
    <artifactId>ibm-heapdump-spring-boot-actuator-starter</artifactId>
    <version>0.8</version>
</dependency>

Build

  1. Clone the repo
  2. Run mvn clean package