An open API service indexing awesome lists of open source software.

https://github.com/alexanderlapygin/logback-gelf-starter


https://github.com/alexanderlapygin/logback-gelf-starter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        





# Logback GELF starter

## Feature tags
- gelf
- java
- logback
- maven
- starter
- template

---

## Direct ancestors
[- gelf](https://github.com/AlexanderLapygin/logback-starter/tree/main#readme)

## Direct descendants
[+ war](https://github.com/AlexanderLapygin/logback-gelf-war-starter/tree/main#readme)

---

## Author

[Alexander Lapygin](https://github.com/AlexanderLapygin) <>

---

## Requirements

- [Java](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)

---

## Build

```sh
mvnw clean package
```

## Run

```sh
java -cp target/hello-world-1.0-SNAPSHOT.jar com.example.App
```

Watch 'Hello World!' in the console.

### License

Licensed under the [MIT license](./LICENSE)

---

[SOFTSPIDERS](https://github.com/softspiders/softspiders)