Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 666 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 666 Bytes

OA

Tool

  • MyEclipse
  • MuSql5([MySql Command Line Client] and [SQLyog.exe])

Technology

  • Struts2
  • Hibernate
  • Spring
  • Junit
  • jQuery

Function

  • Department
  • User
  • Role
  • Privilege
  • BBS
  • KindEditor
  • PageBean

Other

Please refer to:

  • my.sql
  • note.txt
  • mysql.txt
  • oa.mdj

How to use the project

  1. In mysql5, create a database which name is oa.create database oa;
  2. Publish the project, then open the server(Tomcat). The tables have been created.
  3. Import the my.sql use SQLyog.exe.
  4. Find the com.hsx.oa.util.Intaller, then ran as Java application.
  5. Input the url http://localhost:8080/oa/ in the browser.