File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -372,6 +372,12 @@ To run a project in place without building a jar first you can use the "`bootRun
372
372
Running this way makes your static classpath resources (i.e. in `src/main/resources` by
373
373
default) reloadable in the live application, which can be helpful at development time.
374
374
375
+ NOTE: Making static classpath resources reloadable means that `bootRun` does not use the
376
+ output of the `processResources` task. When invoked using `bootRun` your application will
377
+ use the resources in their unprocessed form.
378
+
379
+
380
+
375
381
[[build-tool-plugins-gradle-global-configuration]]
376
382
=== Spring Boot plugin configuration
377
383
The gradle plugin automatically extends your build script DSL with a `springBoot` element
You can’t perform that action at this time.
0 commit comments