Skip to content

Instantly share code, notes, and snippets.

@soydivision
Created June 9, 2023 09:41
Show Gist options
  • Save soydivision/27fd87bf408d3df5cf8da859a2aed7ab to your computer and use it in GitHub Desktop.
Save soydivision/27fd87bf408d3df5cf8da859a2aed7ab to your computer and use it in GitHub Desktop.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment