/ / IntelliJプロセスは、スプリングブート実行時に終了コード0で終了しました - java、spring、intellij-idea、spring-boot

IntelliJプロセスは、スプリングブート実行時に終了コード0で終了しました。 - java、spring、intellij-idea、spring-boot

私はIntelliJ-IdeaからSpring起動アプリケーションを起動するときに問題があります。ターミナル経由でアプリケーションを実行するときにこの問題は発生しません。

:: 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は26

削除 提供された の範囲 スプリング・ブート・スターター・トムキャット 依存関係は私を助けます。

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</dependency>