Browse Source

Merge branch '3.5.x' into 4.0.x

Closes gh-49362
pull/49582/head
Stéphane Nicoll 2 weeks ago
parent
commit
49d2296c8e
  1. 7
      documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/devtools.adoc

7
documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/devtools.adoc

@ -257,11 +257,8 @@ Here is an example where some local class files are excluded and some extra libr @@ -257,11 +257,8 @@ Here is an example where some local class files are excluded and some extra libr
[source,properties]
----
restart:
exclude:
companycommonlibs: "/mycorp-common-[\\w\\d-\\.]/(build|bin|out|target)/"
include:
projectcommon: "/mycorp-myproj-[\\w\\d-\\.]+\\.jar"
restart.exclude.companycommonlibs="/mycorp-common-[\\w\\d-\\.]/(build|bin|out|target)/"
restart.include.projectcommon="/mycorp-myproj-[\\w\\d-\\.]+\\.jar"
----
NOTE: All property keys must be unique.

Loading…
Cancel
Save