xishuixixia/Hetty

启动异常SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

muzili902 opened this issue · 0 comments

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" java.lang.NullPointerException
at java.util.Properties$LineReader.readLine(Properties.java:434)
at java.util.Properties.load0(Properties.java:353)
at java.util.Properties.load(Properties.java:341)
at com.hetty.conf.HettyConfig.loadPropertyFile(HettyConfig.java:62)
at com.hetty.core.Hetty.(Hetty.java:44)
at com.hetty.core.Hetty.main(Hetty.java:256)

pom引入

org.slf4j slf4j-log4j12 1.7.21 test log4j log4j 1.2.17

依然无法启动.