VHR is a full-featured human resources management system that demonstrates a production-style Java backend paired with a modern web frontend. It organizes HR domains into clear modules such as employee records, departmental structure, job titles/levels, salary and attendance, training and appraisal, and system configuration. The backend follows a clean, RESTful architecture using Spring Boot with layered services, persistence mappers, and role-based access control so permissions are explicit and auditable. The frontend is built with a component-driven approach, offering polished CRUD screens, searchable tables, import/export of data (for example, via spreadsheets), and contextual dialogs that streamline administrative workflows. Attention is given to practical enterprise needs like pagination, batch operations, file attachments, and printable or exportable reports.
Features
- Human resource management system with front-end (Vue) and back-end (Spring Boot) separation
- Incorporates enterprise-grade components: Spring Security, MyBatis, Redis, RabbitMQ, MySQL, caching, WebSocket
- Includes deployment tutorials and community support for setup and troubleshooting
- Built to demonstrate typical HR workflows while showcasing integration with common middleware
- Extensible architecture allowing customization and enhancements
- Open source, community-driven with documented deployment process and infrastructure requirements