Spring Boot application with the spring-boot-devtools dependency does not start because of the following error:
An exception occured while running.
null: InvocationTargetException:
org/springframework/boot/logging/DeferredLog:
org.springframework.boot.logging.DeferredLog
I saw that in the package org.springframework.boot: spring-boot-devtools:1.3.0.M5there is no class DeferredLog, but on the following Github's repository
https://github.com/spring-projects/spring-boot
it is present.
What is wrong? How to fix this error?