- MyEclipse
- MuSql5([MySql Command Line Client] and [SQLyog.exe])
- Struts2
- Hibernate
- Spring
- Junit
- jQuery
- Department
- User
- Role
- Privilege
- BBS
- KindEditor
- PageBean
Please refer to:
- my.sql
- note.txt
- mysql.txt
- oa.mdj
- In mysql5, create a database which name is oa.
create database oa;
- Publish the project, then open the server(Tomcat). The tables have been created.
- Import the my.sql use SQLyog.exe.
- Find the com.hsx.oa.util.Intaller, then ran as Java application.
- Input the url
http://localhost:8080/oa/
in the browser.