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

https://github.com/roc41d/spring-boot-log4j2-config-example

Spring Boot and Log4j2 Config Example
https://github.com/roc41d/spring-boot-log4j2-config-example

config configuration example java java-8 log4j2 maven spring-boot springboot

Last synced: 11 months ago
JSON representation

Spring Boot and Log4j2 Config Example

Awesome Lists containing this project

README

          

# Spring Boot and Log4j2 Config Example

## Requirements
1. Java - 1.8.x
2. Maven - 3.xx

## Steps to setup
1. Clone the application
```
git clone https://github.com/roc41d/spring-boot-log4j2-config-example.git
```

2. Build and run the app using maven
```
cd spring-boot-log4j2-config-example
mvn package
java -jar target/log4j2config-0.0.1-SNAPSHOT.jar
```

You can also run the app without packaging it using
```
mvn spring-boot:run
```