spring + hibernate + struts2 + compass2.1
1导入相关包:
2.在web-info中加入applicationContext-compass.xml
3.在spring配置文件中加入compass支持类的引用
<bean id="productManager" class="com.v512.example.service.impl.ProductManagerImpl">
<property name="...
原创
2010-01-12 10:00:59 ·
81 阅读 ·
0 评论