Skip to content

Instantly share code, notes, and snippets.

@mehmetcemyucel
Last active April 4, 2021 09:29
Show Gist options
  • Save mehmetcemyucel/061e9a9271137255fa5e7ea9b64fc116 to your computer and use it in GitHub Desktop.
Save mehmetcemyucel/061e9a9271137255fa5e7ea9b64fc116 to your computer and use it in GitHub Desktop.
Add Spring Boot Log4j2 dependency
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment