Commit e86bb740 authored by Phillip Webb's avatar Phillip Webb

Merge branch '2.1.x'

Closes gh-16993
parents e643515f e01bcbb4
...@@ -973,8 +973,8 @@ pattern that is applied to the classpath, as shown in the following example: ...@@ -973,8 +973,8 @@ pattern that is applied to the classpath, as shown in the following example:
[source,properties,indent=0] [source,properties,indent=0]
---- ----
restart.exclude.companycommonlibs=/mycorp-common-[\\w-]+\.jar restart.exclude.companycommonlibs=/mycorp-common-[\\w\\d-\.]+\.jar
restart.include.projectcommon=/mycorp-myproj-[\\w-]+\.jar restart.include.projectcommon=/mycorp-myproj-[\\w\\d-\.]+\.jar
---- ----
NOTE: All property keys must be unique. As long as a property starts with NOTE: All property keys must be unique. As long as a property starts with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment