J'ai un problème lors du démarrage de l'application Spring-boot à partir d'IntelliJ-Idea. Je n'ai pas ce problème lors de l'exécution de l'application via le terminal.
:: 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
Je pense que cet avertissement ne le cause pas. Quelle peut être la raison?
La suppression de fourni la portée de spring-boot-starter-Tomcat la dépendance m'aide.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-Tomcat</artifactId>
</dependency>