Skip to content

spt-development/spt-development-logging-spring-boot

Folders and files

NameName
Last commit message
Last commit date
May 24, 2025
Oct 22, 2023
Oct 22, 2023
May 24, 2025
May 24, 2025
May 24, 2025
Feb 17, 2021
Feb 16, 2021
Oct 22, 2023
Oct 22, 2023
Oct 22, 2023
May 24, 2025

Repository files navigation

  ____  ____ _____   ____                 _                                  _   
 / ___||  _ \_   _| |  _ \  _____   _____| | ___  _ __  _ __ ___   ___ _ __ | |_ 
 \___ \| |_) || |   | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __|
  ___) |  __/ | |   | |_| |  __/\ V /  __/ | (_) | |_) | | | | | |  __/ | | | |_ 
 |____/|_|    |_|   |____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__|
                                                 |_|                                           
 logging-spring-boot-------------------------------------------------------------

build_status

Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.

Usage

Simply add the Spring Boot starter to your Spring Boot project pom.

<dependency>
    <groupId>com.spt-development</groupId>
    <artifactId>spt-development-logging-spring-boot-starter</artifactId>
    <version>1.0.2</version>
    <scope>runtime</scope>
</dependency>

Building locally

To build the library, run the following maven command:

$ ./mvnw clean install

Release

To build a release and upload to Maven Central push to main.