Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 984 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 984 Bytes

ERP

struts2+spring+hibernate

数据库文件在 \src\main\webapp中

装好maven后,双击start.bat就可以运行了

生成pojo和hbm文件
在hibernate.reveng.xml配置好需要生成hibernate需要的pojo和hbm的表名后, 执行 mvn hibernate3:hbm2hbmxml hibernate3:hbm2java 命令,就可以得到了。

用户管理

#欢迎提交pull request

java struts2 hibernate

Database file in \ src \ main \ webapp

After installed maven, double-click on it to run the start.bat

Generate hbm files and pojo After hibernate.reveng.xml configured need to generate needed pojo and hibernate hbm table names, execute mvn hibernate3: hbm2hbmxml hibernate3: hbm2java command, you can get it.

#Welcome to submit pull request

==== 我的博客