解决 spring mvc 静态资源映射问题

1 将DefaultServlet-servlet.xml的 换成下面的

2添加
3 添加 
4 将jsp页面的  images 换成 resources

解决 spring mvc 静态资源映射问题_第1张图片

 



xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">







class="org.springframework.web.servlet.view.InternalResourceViewResolver">







转载于:https://www.cnblogs.com/hy162050430/p/9452061.html

你可能感兴趣的:(java,测试,json)