Merge branch '2.5.x' into 2.6.x
Closes gh-30093
This commit is contained in:
@@ -122,7 +122,10 @@ The preceding example sets the value of the `example` project property to `custo
|
||||
|
||||
[[running-your-application.reloading-resources]]
|
||||
== Reloading Resources
|
||||
If devtools has been added to your project it will automatically monitor your application for changes.
|
||||
If devtools has been added to your project it will automatically monitor your application's classpath for changes.
|
||||
Note that modified files need to be recompiled for the classpath to update inorder to trigger reloading with devtools.
|
||||
For more details on using devtools, refer to {spring-boot-reference}#using.devtools.restart[this section of the reference documentation].
|
||||
|
||||
Alternatively, you can configure `bootRun` such that your application's static resources are loaded from their source location:
|
||||
|
||||
[source,groovy,indent=0,subs="verbatim,attributes",role="primary"]
|
||||
|
||||
Reference in New Issue
Block a user