mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x' into 4.0.x
Closes gh-49362
This commit is contained in:
+2
-5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user