摘要:
1.在applicationContext.xml中配置数据源 2.在applicationContext.xml中配置会话工厂 3.在src目录下新建包com.myz.domain,搞定domain对象 3.1在domain包下新建Employee类 3.2新建Employee.hbm.xml 3 阅读全文
摘要:
1.新建web项目essh,导入spring、struts、hibernate开发包,以及数据库的驱动包 1.1将对应jar包复制到WEB-INF的lib目录下,系统就会自动导入 2.在src目录下新建applicationContext.xml,编辑好文件头 3.测试applicationCont 阅读全文