以下第1个问题是springmvc的,第2个xml配置文件的(请注意细节):
1,return "redirect:"+Global.getAdminPath()+"/billing/BhBillingLaddercharges/?repage";是什么意思?
2,
<mvc:interceptors>
<mvc:interceptor>
<mvc:exclude-mapping path="${adminPath}/sys/menu/tree" />
<bean class="com.thinkgem.jeesite.modules.sys.interceptor.LoginInterceptor" />
<mvc:interceptor>
<mvc:interceptors>
是什么意思?谢谢。
付费偷看金额在0.1-10元之间
1.springmvc的重定向,跳转到指定的链接
2.springmvc的拦截器,除了${adminPath}/sys/menu/tree 以外的请求都要进入LoginInterceptor这个类
一周热门 更多>