我目前正在为Minecraft开展一个项目,但由于slf4j,HikariCP并没有完全发挥作用。没有什么可行的我在互联网上搜索了两个小时,但我没有得到它。我几乎尝试了一切。
25.04 21:35:26 [服务器] WARN SLF4J:无法加载类" org.slf4j.impl.StaticLoggerBinder"。 25.04 21:35:26 [服务器] WARN SLF4J:默认为无操作(NOP)记录器实现 25.04 21:35:26 [服务器] WARN SLF4J:进一步查看http://www.slf4j.org/codes.html#StaticLoggerBinder 的信息。
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>runtime</scope>
</dependency>