<mvc:resources>可以从外部提供资源,你需要使用通常的Spring资源路径语法:
<mvc:resources mapping="/images/**" location="file:/absolute/path/to/image/dir/"/>

<mvc:resources>可以从外部提供资源,你需要使用通常的Spring资源路径语法:
<mvc:resources mapping="/images/**" location="file:/absolute/path/to/image/dir/"/>