fix Javadoc typo in PathMatchConfigurer#setUseSuffixPatternMatch

This commit is contained in:
liuzhifei 2021-09-28 19:22:51 +08:00 committed by Rossen Stoyanchev
parent 3633b2a24f
commit ca999fb38c
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class PathMatchConfigurer {
/** /**
* Whether to use suffix pattern match (".*") when matching patterns to * Whether to use suffix pattern match (".*") when matching patterns to
* requests. If enabled a method mapped to "/users" also matches to "/users.*". * requests. If enabled a method mapped to "/users" also matches to "/users.*".
* <p>By default this is set to {@code true}. * <p>By default this is set to {@code false}.
* <p><strong>Note:</strong> This property is mutually exclusive with and * <p><strong>Note:</strong> This property is mutually exclusive with and
* ignored when {@link #setPatternParser(PathPatternParser)} is set. * ignored when {@link #setPatternParser(PathPatternParser)} is set.
* @deprecated as of 5.2.4. See class-level note in * @deprecated as of 5.2.4. See class-level note in