我目前正在开发一个包含Spring Framework的项目.一切都在起作用,但有一个问题.当我尝试将我的应用程序启动到我的笔记本电脑上时,它会在启动后立即关闭.它正在处理其他所有机器,所以这个问题只出现在我的笔记本电脑上.
也许你知道什么可以迫使这个问题?我正在使用IntelliJ,我还没有找到解决这个问题的方法. PC规格
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)