Browse Source

Correct grammar in 'Running your Application with Maven'

Closes gh-41868
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
e9da0c237e
  1. 4
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc

4
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc

@ -23,7 +23,7 @@ To enable it, just add the following dependency to your project: @@ -23,7 +23,7 @@ To enable it, just add the following dependency to your project:
include::../maven/running/devtools-pom.xml[tags=devtools]
----
When `devtools` is running, it detects change when you recompile your application and automatically refreshes it.
When `devtools` is running, it detects changes when you recompile your application and automatically refreshes it.
This works for not only resources but code as well.
It also provides a LiveReload server so that it can automatically trigger a browser refresh whenever things change.
@ -35,7 +35,7 @@ Just include the following property in your project: @@ -35,7 +35,7 @@ Just include the following property in your project:
spring.devtools.remote.restart.enabled=false
----
Prior to `devtools`, the plugin supported hot refreshing of resources by default which has now be disabled in favour of the solution described above.
Prior to `devtools`, the plugin supported hot refreshing of resources by default which has now been disabled in favour of the solution described above.
You can restore it at any time by configuring your project:
[source,xml,indent=0,subs="verbatim,attributes",tabsize=4]

Loading…
Cancel
Save