人力资源相关概念参考:
zero-one-hrsys
是一款专业的企业级人力资源管理软件,旨在帮助企业高效、科学地管理员工信息,优化人力资源管理流程,提升员工工作满意度和企业整体运营效率。该系统提供了全面的人事管理功能,包括员工信息管理、薪酬管理、考勤管理、绩效管理、培训管理、招聘管理等,满足企业不同层级和业务部门的人力资源管理需求。
项目特点:
- 全面的人事管理功能:系统提供了丰富的人事管理功能,包括员工信息的录入、查询、修改、删除,薪酬计算和发放,考勤管理和统计,绩效评估和报告,培训计划和记录等,全面满足企业对人力资源管理的需求。
- 灵活的配置和定制性:系统支持灵活的配置和定制,可以根据企业的组织结构、人事政策和流程进行设置,满足不同企业的特定需求。管理员可以根据权限管理模块的设置,灵活控制用户的操作权限,保障系统的安全和稳定运行。
- 友好的用户界面和操作体验:系统采用现代化的界面设计和用户友好的操作体验,简化了人事管理的操作流程,减少了学习成本,提高了员工使用的便利性,从而提高了工作效率。
- 全面的数据统计和报表功能:系统提供了全面的数据统计和报表功能,包括员工信息的统计分析、薪酬和福利的报表生成、考勤和绩效的数据分析和报告等,为企业提供决策支持和管理参考。
- 高效的招聘管理功能:系统支持企业的招聘管理流程,包括岗位发布、简历筛选、面试安排、录用管理等,帮助企业高效地吸引和选拔人才,提升招聘效果和人才储备。
- 系统安全和数据保护:系统采用严格的权限管理和数据加密技术,确保员工信息和企业数据的安全性和保密性。系统还支持数据备份和恢复功能,保障数据的可靠性和完整性。
项目主体骨架基于Spring Cloud Alibaba
生态体系,使用MySQL
进行数据持久化管理,采用Vue3
生态体系与Element Puls UI
框架完成前端制作,同时项目提供C++
微服务开发解决方案与集成、使用Jenkins
实现CD/CI
。
zero-one-hrsys
.gitignore
-- 忽略提交配置
README.md
-- 项目自述文件
documents
-- 环境搭建、编码规范、项目需求等等文档资源
hr-java
--Java
项目主体
hr-cpp
--C++
项目主体
hr-frontend
-- 前端项目主体
版本匹配参考:
https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E
版本匹配参考:
https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/#preface.requirements
https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#requirements
技术 | 说明 | 版本 | 备注 |
---|---|---|---|
Vue |
前端框架 | v3.x |
https://v3.vuejs.org/ |
Vue-Router |
路由框架 | v4.x |
https://next.router.vuejs.org/ |
Pinia |
全局状态管理框架 | v2.x |
https://pinia.vuejs.org/ |
Axios |
HTTP中间件 | v0.27.2 |
https://github.com/axios/axios |
Element-Plus |
前端UI 框架 |
latest |
https://element-plus.gitee.io/zh-CN/ |
技术 | 说明 | 版本 | 备注 |
---|---|---|---|
Avue |
基于ElementUI 二次封装 |
v3.1.4 |
https://v3.avuejs.com/ |
V-Charts |
基于Echarts 的图表框架 |
latest | https://v-charts.js.org/ |
AJ-Captcha |
验证码插件 | 1.3.0 | https://ajcaptcha.beliefteam.cn/captcha-doc/ |
SheetJS |
电子表格插件 | 0.19.2 | https://docs.sheetjs.com/docs/ https://docs.sheetjs.com/docs/demos/frontend/vue |
vue-plugin-hiprint |
打印插件 | 0.0.48 | https://gitee.com/CcSimple/vue-plugin-hiprint |
技术 | 说明 | 版本 | 备注 |
---|---|---|---|
oat++ | Web框架 | 1.3.0 |
https://github.com/oatpp/oatpp |
MySQL Connector |
MySQL 连接驱动库 |
8.0.27 | https://dev.mysql.com/downloads/connector/cpp/ https://dev.mysql.com/doc/connector-cpp/1.1/en/connector-cpp-apps.html |
JWT |
JSON Web Token |
v1.4 | https://opensourcelibs.com/lib/cpp-jwt |
OpenSSL |
开源安全套接层协议 | 1.1.1L |
https://www.openssl.org/ https://www.xolphin.com/support/OpenSSL/OpenSSL_-_Installation_under_Windows |
技术 | 说明 | 版本 | 备注 |
---|---|---|---|
xlnt |
excel报表 | 1.5.0 | https://github.com/tfussell/xlnt |
fastdfs |
文件存储客户端 | latest | https://gitee.com/fastdfs100 |
yaml-cpp |
解析yaml 数据 |
0.7.0 | https://github.com/jbeder/yaml-cpp |
nacos |
nacos 客户端 |
v1.1.0 |
https://github.com/nacos-group/nacos-sdk-cpp |
redis++ |
redis 连接客户端 |
1.3.2 | https://github.com/sewenew/redis-plus-plus |
rocketmq |
rokcetmq 客户端 |
2.1.0 | https://github.com/apache/rocketmq-client-cpp |
mongo |
mongodb 客户端 |
3.6.5 | https://www.mongodb.com/docs/drivers/cxx/ |
技术 | 说明 | 版本 | 备注 |
---|---|---|---|
jQuery |
Ajax框架 | 3.6.0 | https://jquery.com/ |
HTML5 |
文本页面 | 5 | https://www.w3schools.com/html/ |
CSS3 |
页面样式表 | 3 | https://www.w3schools.com/css/ |
JavaScript |
页面小脚本 | ES6 |
https://www.w3schools.com/js/ |
工具 | 说明 | 版本 | 备注 |
---|---|---|---|
Navicat |
数据库连接工具 | latest | https://www.navicat.com.cn/ |
RDM |
Redis 可视化管理工具 |
latest | https://github.com/uglide/RedisDesktopManager https://gitee.com/qishibo/AnotherRedisDesktopManager |
PowerDesigner |
数据库设计工具 | 16.6 | http://powerdesigner.de/ |
Axure |
原型设计工具 | 9 | https://www.axure.com/ |
MindMaster |
思维导图设计工具 | latest | http://www.edrawsoft.cn/mindmaster |
Visio |
流程图绘制工具 | latest | https://www.microsoft.com/zh-cn/microsoft-365/visio/flowchart-software |
Apipost |
API 接口调试工具 |
latest | https://www.apipost.cn/ |
Mock.js |
API 接口模拟测试 |
latest | http://mockjs.com/ |
Git |
项目版本管控工具 | latest | https://git-scm.com/ |
TAPD |
开发过程管控软件 | latest | https://www.tapd.cn/ |
IDEA |
Java 开发IDE |
2022.1.3 | https://www.jetbrains.com/idea/download |
Apache Maven |
Maven 构建工具 | 3.6.3 | https://maven.apache.org/ |
Docker Maven |
Maven Docker插件 | 0.40.2 | https://dmp.fabric8.io/ https://github.com/fabric8io/docker-maven-plugin |
VS |
C++ 开发IDE |
2019 | https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes |
Cmake |
C++ 跨平台编译 |
latest | https://cmake.org/cmake/help/latest/index.html |
依赖环境 | 版本 | 备注 |
---|---|---|
Windows |
10+ | 操作系统 |
JDK |
1.8.0_191+ | https://www.injdk.cn/ |
NodeJS |
16.17.0 | https://nodejs.org/zh-cn/ |
NPM |
8.19.2 | https://www.npmjs.com/ |
依赖环境 | 版本 | 备注 |
---|---|---|
Anolis OS |
8.6GA |
https://openanolis.cn/anolisos |
Docker |
latest | https://www.docker.com/ |
MySQL |
8.0.20 | https://www.mysql.com/cn/ |
Redis |
6.2.7 | https://redis.io/ |
Nacos |
2.1.0 | https://nacos.io/zh-cn/docs/quick-start-docker.html |
Sentinel |
1.8.4 | https://github.com/alibaba/Sentinel/releases |
Seata |
1.5.1 | https://github.com/seata/seata |
RocketMQ |
4.9.3 | https://rocketmq.apache.org/ |
Nginx |
latest | https://nginx.org/en/ |
FastDFS |
V6.07 | https://gitee.com/fastdfs100 |
ELK |
7.6.2 | https://www.elastic.co/guide/en/elastic-stack/7.6/index.html |
MongoDB |
4.4.17 | https://www.mongodb.com/try/download/community |
Jenkins |
latest | https://www.jenkins.io/zh/doc/book/installing/ |
zero-one-hrsys
的诞生离不开开源软件和社区的支持,感谢以下开源项目及项目维护者:
spring
:https://github.com/spring-projectsalibaba
:https://github.com/alibabamybatis
:https://github.com/mybatis/mybatis-3.gitmp
:https://github.com/baomidouapi
:https://gitee.com/xiaoym/knife4jvue
:https://github.com/vuejsui
:https://github.com/ElemeFEoatpp
:https://github.com/oatpp/oatpp业务参考项目
:https://gitee.com/ibizlab/iBizEHR
同时也感谢其他没有明确写出来的开源组件提供给与维护者。
如果觉得框架和项目还不错,点个⭐Star,这将是对01星球极大的鼓励与支持。
想了解更多关于计算机方向选择、学习建议等相关信息,可以关注01星球B站主页~