我正在编写一个Minecraft项目,但由于slf4j,HikariCP无法正常工作 . 什么都行不通我在互联网上搜索了两个小时,但我没有得到它 . 我几乎尝试了一切 .

25.04 21:35:26 [服务器] WARN SLF4J:无法加载类“org.slf4j.impl.StaticLoggerBinder” . 25.04 21:35:26 [服务器] WARN SLF4J:默认为无操作(NOP) Logger 实现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>