SSH框架搭建
名茶
初级java程序员
展开
-
ssh框架搭建
1.在查询分析器中创建好数据库以及数据表 2.在 Eclipse 中配置好JDBC连接以准备连接数据库 3.新建一个web工程,依次添加 struts,spring,hibernate,注意 spring 添加的是1.2.8或1.2版本,并修改 spring 的配置文件 applicationContext.xml的存放路径为webRoot/WEB-INF/下,并修改其名称为appli转载 2012-08-29 12:05:10 · 476 阅读 · 0 评论 -
Hibernate中No row with the given identifier exists问题的原因及解决
Hibernate中No row with the given identifier exists问题的原因及解决 产生此问题的原因: 有两张表,table1和table2.产生此问题的原因就是table1里做了关联或者(特殊的多对一映射,实际就是一对一)来关联table2.当hibernate查找的时候,table2里的数据没有与ta转载 2013-03-08 09:17:20 · 440 阅读 · 0 评论 -
spring配置文件在打包使用时找到不路径问题
[java] view plaincopy "mappingDirectoryLocations"> classpath:com/test/pojo/ 时会出现 cannot be resolved to absolute file path because it does not reside in转载 2013-06-02 15:43:49 · 631 阅读 · 0 评论