21.16.11 路径匹配

    1. <mvc:annotation-driven>
    2. <mvc:path-matching
    3. suffix-pattern="true"
    4. registered-suffixes-only="true"
    5. path-helper="pathHelper"
    6. path-matcher="pathMatcher"/>
    7. <bean id="pathHelper" class="org.example.app.MyPathHelper"/>
    8. <bean id="pathMatcher" class="org.example.app.MyPathMatcher"/>