首页 > 解决方案 > 有人可以帮我启动我的 Spring Boot 应用程序吗?进入循环,不再继续

问题描述

我一直在尝试启动我的应用程序。但只得到下面的图像,而不是进一步。

JVMJ9VM193W Since Java 13 -Xverify:none and -noverify were deprecated for removal and may not be accepted options in the future.
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions prior to 1.8.
SLF4J: Ignoring binding found at [jar:file:/C:/Users/manoj.s14/.m2/repository/ch/qos/logback/logback-classic/1.2.6/logback-classic-1.2.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#ignoredBindings for an explanation.

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.5.5)

任何想法将不胜感激。谢谢

标签: springspring-boot

解决方案


您应该检查您的JVM/JDK安装,如果安装良好,请检查您的项目是否链接到您的jvm/jdk取决于您的 IDE,方法可能会有所不同,对于 intelliJ,您可以在此处找到帮助。


推荐阅读