小编Env*_*yIT的帖子

Spring Boot应用程序在启动后立即关闭

我目前正在开发一个包含Spring Framework的项目.一切都在起作用,但有一个问题.当我尝试将我的应用程序启动到我的笔记本电脑上时,它会在启动后立即关闭.它正在处理其他所有机器,所以这个问题只出现在我的笔记本电脑上.

也许你知道什么可以迫使这个问题?我正在使用IntelliJ,我还没有找到解决这个问题的方法. PC规格

  • 笔记本电脑是华硕N550JK(改装RAM和SSD)
  • 英特尔酷睿i7-4700HQ CPU@2.4 GHz
  • 16 GB Ram
  • 500 GB SSD三星EVO 840
  • 1 TB硬盘
  • 64位操作系统 - Windows 10

ConsoleOutput

Exclusions:
-----------

    None


Unconditional classes:
----------------------

    org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration

    org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration

    org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration

    org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration



2017-04-22 21:24:15.756  INFO 6300 --- [           main] com.objectbay.test.me.Application        : Started Application in 8.012 seconds (JVM running for 9.251)
2017-04-22 21:24:15.758  INFO 6300 --- [       Thread-3] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6fb0d3ed: startup date [Sat Apr 22 21:24:08 CEST 2017]; root of context hierarchy
2017-04-22 21:24:15.763  INFO 6300 …
Run Code Online (Sandbox Code Playgroud)

windows spring spring-mvc intellij-idea spring-boot

6
推荐指数
3
解决办法
1万
查看次数

标签 统计

intellij-idea ×1

spring ×1

spring-boot ×1

spring-mvc ×1

windows ×1