Skip to content

aduursma/commons-actuator-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Commons Actuator Test

badge-version

Introduction

This Maven module contains base classes for writing Spring Boot Actuator integration testcases.

Usage

Include the following in the dependencies section of the Maven POM of the Maven module you want to use the classes in:

<dependency>
    <groupId>nl.agility.commons</groupId>
    <artifactId>commons-actuator-test</artifactId>
    <version>1.0.0-SNAPSHOT</version>
    <scope>test</scope>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages