为了账号安全,请及时绑定邮箱和手机立即绑定

集成ssm+shiro怎么配置呢。。。网上貌似都是没有加shiro的

<bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
    <property value="true" name="alwaysUseFullPath"></property>
    <property name="mappings">
        <props>
            <prop key="/dwr/**">dwrController</prop>
        </props>
    </property>
</bean>

<!--dwr控制器-->
<dwr:controller id="dwrController" debug="true"/>

<!--设置需要dwr转化的实体类,格式为json传输到jsp页面-->
<dwr:configuration>
    <dwr:convert type="bean" class="com.zuifang.entity.picking.GoodsOrder"/>
</dwr:configuration>


<dwr:annotation-config  />
<dwr:annotation-scan base-package="com.zuifang.web" scanDataTransferObject="true"/>


正在回答

1 回答

已解决

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

集成ssm+shiro怎么配置呢。。。网上貌似都是没有加shiro的

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信