Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 491 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 491 Bytes

Java_HR_sys


This is a simple HR system.

  • 使用Eclipse开发。
  • mysql作为数据库系统。

1. 重建数据库

  1. 在运行前请重建数据库。
  2. 数据库 用户名:root 密码:123456。
  3. 在数据库中新建staff数据库。
  4. 在staff数据库中运行staff.sql语句,重建数据表。

2. 运行工程

  1. 使用eclipse打开工程。
  2. 找Login.java,在此处编译运行。