That’s the log, but pay attention to the first line SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
Solution:
Add dependent package
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.25</version> <scope>compile</scope> </dependency>
Similar Posts:
- SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
- [Solved] SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
- [Solved] SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
- [Solved] TestNg Package Error: SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
- Springboot startup error start bean ‘eurekaautoserviceregistration’ NullPointerException
- [Solved] Jsonobject has no from object, idea has no Maven dependency, jsonobject Maven dependency package
- IDEA error: javax/xml/bind/DatatypeConverter [How to Solve]
- [Solved] SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
- Hibernate Exception: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
- [Solved] Springboot integrate swagger Error: failed to start bean ‘documentationpluginsboot