开发者社区> 问答> 正文

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

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

screenshot

展开
收起
a123456678 2016-07-07 09:40:47 2208 0
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
    赞同 展开评论 打赏
问答分类:
问答标签:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
JS零基础入门教程(上册) 立即下载
JSPatch成长之路 立即下载
<script>...[你的美好].1534419270.pdf 立即下载