All Projects → callicoder → Spring Boot Log4j 2 Demo

callicoder / Spring Boot Log4j 2 Demo

Spring Boot Log4j2 Demo with Async Loggers

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Spring Boot Log4j 2 Demo

Spring Boot Rest Api Example
Implement REST APIs using Spring Boot and Spring Session.
Stars: ✭ 10 (-64.29%)
Mutual labels:  spring-boot
Ii
Интерактивная Ииссиидиология
Stars: ✭ 12 (-57.14%)
Mutual labels:  spring-boot
Spring Cloud Book
《使用Spring Cloud与Docker实战微服务》开源书。讨论QQ群:731548893。配套代码:https://github.com/eacdy/spring-cloud-study
Stars: ✭ 886 (+3064.29%)
Mutual labels:  spring-boot
Versioning Spring Boot Starter
Spring boot starter using for versioning rest easily.
Stars: ✭ 11 (-60.71%)
Mutual labels:  spring-boot
Spring Reactive Sample
Spring 5 Reactive playground
Stars: ✭ 867 (+2996.43%)
Mutual labels:  spring-boot
Jwebform
Java WebForm Library: HTML Form generation and validation
Stars: ✭ 14 (-50%)
Mutual labels:  spring-boot
E2e Experiment
A demo project with Spring Boot / Angular application and e2e tests
Stars: ✭ 9 (-67.86%)
Mutual labels:  spring-boot
Login Sample
A simple Android app that allows users to sign up / login / logout.
Stars: ✭ 28 (+0%)
Mutual labels:  spring-boot
Html Pdf Service
LGPL V3. Java Spring Boot microservice with RESTful webconsole and service endpoints that convert HTML to PDF, optionally styling with CSS and templating with JSON using Flying Saucer, PDF Box and Jackson libraries. Available on Docker Hub.
Stars: ✭ 12 (-57.14%)
Mutual labels:  spring-boot
Netty Websocket Spring Boot Starter
🚀 lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架)
Stars: ✭ 885 (+3060.71%)
Mutual labels:  spring-boot
Docker Example
Example Spring Boot Application with Docker
Stars: ✭ 11 (-60.71%)
Mutual labels:  spring-boot
Javaok
必看!java后端,亮剑诛仙。java发展路线技术要点。
Stars: ✭ 867 (+2996.43%)
Mutual labels:  spring-boot
Spring Mvc Thymeleaf Crud
Spring MVC CRUD Application with Thymeleaf, HTML5, CSS3 and Bootstrap
Stars: ✭ 14 (-50%)
Mutual labels:  spring-boot
Hello Sso Jwt Resource
Single Sign On (SSO) Example with JSON Web Token (JWT), Spring Boot
Stars: ✭ 10 (-64.29%)
Mutual labels:  spring-boot
Microservices Demo
Using Spring Cloud to develop microservices and deploy to Kubernetes
Stars: ✭ 21 (-25%)
Mutual labels:  spring-boot
Versionmonitor
Monitors different kinds of software projects for new releases
Stars: ✭ 9 (-67.86%)
Mutual labels:  spring-boot
Spring Boot With Activiti Drools Example
Getting started with Activiti and Spring Boot and Drools
Stars: ✭ 13 (-53.57%)
Mutual labels:  spring-boot
Tweetmap
A real time Tweet Trend Map and Sentiment Analysis web application with kafka, Angular, Spring Boot, Flink, Elasticsearch, Kibana, Docker and Kubernetes deployed on the cloud
Stars: ✭ 28 (+0%)
Mutual labels:  spring-boot
Socketio Spring Boot Starter
Spring Boot Starter For Netty-socketio
Stars: ✭ 28 (+0%)
Mutual labels:  spring-boot
Cloud Enabled Microservice
Tasks microservice (Spring Boot, MVC, Data, Lombok, Cloud, OAuth2, Config, Eureka, Zuul, Hystrix, Docker)
Stars: ✭ 14 (-50%)
Mutual labels:  spring-boot

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].