8000 GitHub - callicoder/spring-boot-log4j-2-demo: Spring Boot Log4j2 Demo with Async Loggers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

callicoder/spring-boot-log4j-2-demo

< 8000 button data-component="IconButton" type="button" aria-haspopup="true" aria-expanded="false" tabindex="0" class="prc-Button-ButtonBase-c50BI prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="default" aria-describedby=":R75ab:-loading-announcement" aria-labelledby=":R3v5ab:" id=":R75ab:">

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot and Log4j 2 Example

Learn how to use Log4j 2 with Spring Boot -

https://www.callicoder.com/spring-boot-log4j-2-example/

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

Steps to setup

1. Clone the application

git clone https://github.com/callicoder/spring-boot-log4j-2-demo.git

2. Build and run the app using maven

cd spring-boot-log4j-2-demo
mvn package
java -jar target/log4j2-demo-0.0.1-SNAPSHOT.jar

You can also run the app without packaging it using -

mvn spring-boot:run

About

Spring Boot Log4j2 Demo with Async Loggers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0