# 工资管理系统+员工打卡 **Repository Path**: FireStarter/background_management_system ## Basic Information - **Project Name**: 工资管理系统+员工打卡 - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 0 - **Created**: 2018-09-07 - **Last Updated**: 2023-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 开发背景 hrm系统是一个综合的员工管理系统,系统主页面左边由导航树构成,分为:部门管理、员工管理、招聘管理、培训管理、薪资管理、以及系统设置模块, 模块功能主要包含CRUD操作,详情查看等操作。 # 数据库(hibernate 的c3p0连接数据库使用说明) com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/hrm root 123456 true true org.hibernate.dialect.MySQL5Dialect org.springframework.orm.hibernate4.SpringSessionContext # 实现效果 ![ABC](https://github.com/xiangzhihong/HrManage/blob/master/WebRoot/sreen/login.png) ![ABC](https://github.com/xiangzhihong/HrManage/blob/master/WebRoot/sreen/main_depart.png) ![ABC](https://github.com/xiangzhihong/HrManage/blob/master/WebRoot/sreen/main_detail.png) ![ABC](https://github.com/xiangzhihong/HrManage/blob/master/WebRoot/sreen/person_detail.png)