Merge branch '2.4.x' into 2.5.x

Closes gh-28083
This commit is contained in:
Phillip Webb
2021-09-21 15:53:37 -07:00

View File

@@ -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
****