diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc index f7714dfe88f1..7f64c3c40220 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc @@ -95,6 +95,8 @@ NOTE: DevTools needs to customize the `ResourceLoader` used by the `ApplicationC If your application provides one already, it is going to be wrapped. Direct override of the `getResource` method on the `ApplicationContext` is not supported. +CAUTION: Automatic restart is not supported when using AspectJ weaving. + [[using-spring-boot-restart-vs-reload]] .Restart vs Reload ****