I recently studied springmvc and I confused about something,Can anyone give me some hints?
codes as follows:
<!-- why url pattern cannot be /* -->
<url-pattern>/</url-pattern>
<!--and why this can be /* -->
<url-pattern>/rest/*</url-pattern>
I recently studied springmvc and I confused about something,Can anyone give me some hints?
codes as follows:
<!-- why url pattern cannot be /* -->
<url-pattern>/</url-pattern>
<!--and why this can be /* -->
<url-pattern>/rest/*</url-pattern>