开发者社区 问答 正文

常见问题JQuery not found,谁能解?感恩

  1. 部署好项目之后打开主页错误信息如下
    screenshot

screenshot

展开
收起
a123456678 2016-07-07 09:40:47 2344 分享 版权
1 条回答
写回答
取消 提交回答
  • <!-- Handles HTTP GET requests for /resources/** by efficiently serving up static resources in the ${webappRoot}/resources/ directory -->
    <mvc:resources mapping="/resources/**" location="/WEB-INF/resources/" />
     
    <!-- Saves a locale change using a cookie -->
    <bean id="localeResolver" class="org.springframework.web.servlet.i18n.CookieLocaleResolver" />
     
    <!-- Resolves view names to protected .jsp resources within the /WEB-INF/views directory -->
    <bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
        <property name="prefix" value="/WEB-INF/views/"/>
        <property name="suffix" value=".jsp"/>
    </bean>
    2019-07-17 19:52:30
    赞同 展开评论
问答分类:
问答标签:
问答地址: