2 مستودعات
Using aspect-oriented programming to intercept exceptions and return standardized responses.
Distinct from Process Exception Interception: Specifically uses AOP for standardization rather than just capturing process-level crashes.
Explore 2 awesome GitHub repositories matching software engineering & architecture · AOP Exception Standardization. Refine with filters or upvote what's useful.
This project is a human resources management system built using Spring Boot and Vue. It serves as a platform for managing employee records, professional titles, and organizational hierarchies. The system features a role-based access control framework that maps users to specific roles and resources to secure API endpoints and user interface elements. It includes a real-time communication hub utilizing WebSockets for internal corporate chat and system notifications, as well as a dedicated manager for defining and modifying nested organizational department structures. Additional capabilities co
Intercepts server-side exceptions using aspect-oriented programming to return uniform JSON error payloads.
This project is a Spring Boot reference implementation and learning resource designed to demonstrate the core features and architectural patterns of the Spring framework. It serves as a Java enterprise application template and boilerplate for building RESTful APIs, providing a structured codebase for practicing application development. The repository provides practical examples of microservices architecture orchestration, including the use of service discovery and inter-service communication to coordinate distributed services. It also implements reference patterns for RESTful API design with
Uses aspect-oriented programming to globally intercept exceptions and translate them into standardized JSON API responses.