• Stephane Nicoll's avatar
    Add additional exclude property · 3c91781b
    Stephane Nicoll authored
    The default value of `spring.devtools.restart.exclude` is quite long and
    any override requires to copy/paste it to add additional exclusions. To
    avoid that, a new `spring.devtools.restart.additional-exclude` property
    has been added.
    
    Both properties are now used to compute the full list of exclusions that
    is used by PatternClassPathRestartStrategy.
    
    Closes gh-3774
    3c91781b
appendix-application-properties.adoc 49.6 KB