Package me.josephsf.jobportaljosephsfeir.config
package me.josephsf.jobportaljosephsfeir.config
Configuration classes for the Job Portal application.
This package contains Spring configuration classes that set up and customize various aspects of the application infrastructure, including:
- Security configuration - JWT authentication and authorization rules
- MongoDB configuration - Database connection and settings
- Cross-Origin Resource Sharing (CORS) - Security policy for cross-domain requests
- Exception handling for authentication - Custom responses for auth failures
The configuration classes in this package define the foundation of the application, establishing how the application connects to the database, handles security, and processes requests from various origins. They work together to create a secure, well-structured application infrastructure.
- Since:
- 2025-05-14
-
ClassesClassDescriptionCustom MongoDB configuration for the Job Portal application.Configuration class for Jackson ObjectMapper customization.Authentication entry point for handling unauthorized access attempts in the Job Portal application.Security configuration for the Job Portal application.