[Java]struts2-spring整合时配置监听器

1.struts2-spring整合时配置监听器

[在web.xml中]

<!-- 上下文载入器监听器,确保web服务器启动时,直接完成spring容器的初始化 --/>

[Ctrl + Shift + T 可以打开 Open type可以找到org.springframework.web.context.ContextLoaderListener]

<listener>
    <listener-class>
        org.springframework.web.context.ContextLoaderListener
    </listener-class>
</listener>

<!-- 通过上下文参数配置spring文件的位置 --/>

<context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>classpath:beans.xml</param-value>
</context-param>

2.修改struts2的simple主题

[在struts.xml中]

在struts2-core包中,第一个包下面的default.properties中放着struts2的所有常量

<!-- 主题 --/>

<constant name="struts.ui.theme" value="simple"/>

<!-- 开发模式 --/>

<constant name="struts.devMode" value="true"/>
posted on 2015-01-22 21:52 1iqueen 阅读( ...) 评论( ...) 编辑 收藏

转载于:https://www.cnblogs.com/lkboy/p/4242811.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值