只显示主题贴
相关配置文件
web.xml
<display-name>spring hibernate webwork framework</display-name>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/applicationContext-*.xml,classpath*:META-INF/spring-beans.xml</param-value>
</context-param>
<filter>
< ...
- 进入论坛 Java 版
我配置了一个UserActionBean,
<bean name="UserActionBean" class="com.test.modules.user.action.UserAction" singleton="false">
<property name="userHelper">
<ref bean="UserHelperImplBean"/>
</property>
</bean>
web.xml加载后 ...
- 进入论坛 Java 版
下面是我的服务器出错情况:
15:53:02,546 INFO [XmlWebApplicationContext] Bean factory for application conte
xt [org.springframework.web.context.support.XmlWebApplicationContext@18c56d]: or
g.springframework.beans.factory.support.DefaultListableBeanFactory@16921fd
15:53:03,125 INFO [PropertyPlaceholde ...
- 进入论坛 Java 版
最近加入圈子
最新评论
-
struts2+spring配置后bean ...
相关配置文件 web.xml <display-name>spring ...
-- by geniuslph -
struts2+spring配置后bean ...
我配置了一个UserActionBean, <bean name="Use ...
-- by geniuslph







评论排行榜