当前位置:  开发笔记 > 编程语言 > 正文

当spring-boot运行时,IntelliJ进程以退出代码0结束

如何解决《当spring-boot运行时,IntelliJ进程以退出代码0结束》经验,为你挑选了1个好方法。

从IntelliJ-Idea启动spring-boot应用程序时遇到问题.通过终端运行应用程序时没有这个问题.

:: Spring Boot ::        (v1.2.1.RELEASE)

2015-09-24 12:22:44.274  WARN 22380 --- [           main] n.sf.ehcache.config.CacheConfiguration   : Cache 'publicationsCount' is set to eternal but also has TTI/TTL set.  To avoid this warning, clean up the config removing conflicting values of eternal, TTI and TTL. Effective configuration for Cache 'publicationsCount' will be eternal='true', timeToIdleSeconds='0', timeToLiveSeconds='0'.

Process finished with exit code 0

我认为这种警告并不会导致它.可能是什么原因?



1> 小智..:

删除spring-boot-starter-tomcat依赖的提供范围对我有帮助.


    org.springframework.boot
    spring-boot-starter-tomcat

推荐阅读
重庆制造漫画社
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有