1. ホーム
  2. java

[解決済み] Spring-boot実行時にIntelliJプロセスが終了コード0になる。

2022-02-05 18:38:30

質問

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

このwarnが原因ではないような気がします。何が原因なのでしょうか?

解決方法を教えてください。

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

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