springmvc中進入web-inf目錄下後重定向到webroot下

   由於在spring-nvc.xml文件中配置了先後綴java

   <bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
        <property name="prefix" value="/WEB-INF/"/>
        <property name="suffix" value=".jsp" />
    </bean>

想退出登陸返回webroot目錄下,能夠重定向web

    return "redirect:/index.jsp";

就能夠進入webroot目錄下了
spring

相關文章
相關標籤/搜索