摘要: namespace 与 UserMapper 一致 ... 阅读全文
posted @ 2017-03-27 23:12 MoonMars 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-03-27 22:59 MoonMars 阅读(292) 评论(0) 推荐(0) 编辑
摘要: --> ... 阅读全文
posted @ 2017-03-27 22:48 MoonMars 阅读(191) 评论(0) 推荐(0) 编辑
摘要: web.xml需要配置 db.properties applicationContext.xml applicationContext-beans.xml 配置各种bean 注意:对于Struts2 的Action类 scope 需要配置为prototype (不为单例) hibernate.cfg 阅读全文
posted @ 2017-03-27 22:20 MoonMars 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 scott 5 tiger 6 oracle.jdbc.driver.OracleDriver 7 jdbc:oracle:thin:@localhost:1521:orcl 8 9 true 10 true 11 org.hibernate.dialect.Oracle10gDialect 12 13 update 14 15 2 16 17 t... 阅读全文
posted @ 2017-03-27 21:51 MoonMars 阅读(296) 评论(0) 推荐(0) 编辑