# manager **Repository Path**: LiwBook/manager ## Basic Information - **Project Name**: manager - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-27 - **Last Updated**: 2020-12-19 ## 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)