У меня есть проблема при запуске приложения Spring-Boot от IntelliJ-Idea. У меня нет этой проблемы при запуске приложения через терминал. < /P>
:: 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
< /code>
Я думаю, что это предупреждение не вызывает его. Что может быть причиной?
Подробнее здесь: https://stackoverflow.com/questions/327 ... g-boot-run