This commit is contained in:
Phillip Webb
2015-11-03 20:36:20 -08:00
parent fd1cbed51c
commit 6c2ea4648f
32 changed files with 190 additions and 141 deletions

View File

@@ -32,6 +32,7 @@ import org.springframework.util.ReflectionUtils;
* {@link RestartListener} that prepares Log4J2 for an application restart.
*
* @author Andy Wilkinson
* @since 1.3.0
*/
public class Log4J2RestartListener implements RestartListener {

View File

@@ -20,6 +20,7 @@ package org.springframework.boot.devtools.restart;
* Listener that is notified of application restarts.
*
* @author Andy Wilkinson
* @since 1.3.0
*/
public interface RestartListener {