Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spt-development/spt-development-logging-spring-boot
Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.
https://github.com/spt-development/spt-development-logging-spring-boot
logging spring spring-boot-autoconfiguration spring-boot-starter spring-jms spring-mvc
Last synced: about 1 month ago
JSON representation
Library for integrating spt-development/spt-development-logging-spring into a Spring Boot application.
- Host: GitHub
- URL: https://github.com/spt-development/spt-development-logging-spring-boot
- Owner: spt-development
- License: apache-2.0
- Created: 2021-02-16T17:06:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T12:25:27.000Z (9 months ago)
- Last Synced: 2024-04-06T13:29:45.432Z (9 months ago)
- Topics: logging, spring, spring-boot-autoconfiguration, spring-boot-starter, spring-jms, spring-mvc
- Language: Java
- Homepage: https://github.com/spt-development/spt-development-logging-spring-boot
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
````
____ ____ _____ ____ _ _
/ ___|| _ \_ _| | _ \ _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_
\___ \| |_) || | | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __|
___) | __/ | | | |_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_
|____/|_| |_| |____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__|
|_|
logging-spring-boot-------------------------------------------------------------
````[![build_status](https://github.com/spt-development/spt-development-logging-spring-boot/actions/workflows/build.yml/badge.svg)](https://github.com/spt-development/spt-development-logging-spring-boot/actions)
Library for integrating
[spt-development/spt-development-logging-spring](https://github.com/spt-development/spt-development-logging-spring)
into a Spring Boot application.Usage
=====Simply add the Spring Boot starter to your Spring Boot project pom.
```xml
com.spt-development
spt-development-logging-spring-boot-starter
1.0.2
runtime```
Building locally
================To build the library, run the following maven command:
```shell
$ ./mvnw clean install
```Release
=======To build a release and upload to Maven Central push to `main`.