# PersonManage **Repository Path**: zyw19871007/PersonManage ## Basic Information - **Project Name**: PersonManage - **Description**: 人事管理系统(Spring boot+ssm + jsp) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2021-01-06 - **Last Updated**: 2024-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PersonManage # 人事管理系统(Spring boot + ssm + jsp) 有问题可加入群聊 806221669 # pull代码请先star~~~ ## 如果git无法正常拉取代码 执行 git config --global http.postBuffer 524288000 再执行 git config --global http.sslVerify "false" 再执行 git config --global http.sslVerify "false" ## 推荐使用IDEA运行此项目,对eclipse估计不太友好 # 项目描述 此系统是我的毕业设计项目,部分代码引用 https://gitee.com/rainweb/personnel_management_system 原项目是比较简单的ssm非maven项目,我已经升级为spring boot项目, 使用了一些常用的插件,如PageHelper 、mybatis generator, 使用webSocket实现了简单的聊天室和私聊功能 # 项目模块 用户管理 部门管理 职位管理 员工管理 招聘管理 公告管理 下载中心 聊天室 ## 简单页面如下 ![登录页](http://github.com/GuoMinJim/PersonManage/raw/master/images/login1.jpg) ![首页](http://github.com/GuoMinJim/PersonManage/raw/master/images/index1.png) ![表格图](http://github.com/GuoMinJim/PersonManage/raw/master/images/table1.jpg) # 补充 ## 此项目需要一定java基础,对spring及mybatis有一定了解 ## 注意实体使用@Data注解 需要安装IDEA lombok插件才能正常使用 ## 把webapp目录添加为Resources