Package me.josephsf.jobportaljosephsfeir
Class JobPortalJosephSfeirApplication
java.lang.Object
me.josephsf.jobportaljosephsfeir.JobPortalJosephSfeirApplication
Main application class for the Job Portal system.
This is the entry point for the Spring Boot application that provides a MongoDB-based job portal with REST API capabilities. It initializes the Spring application context and starts the embedded web server.
On startup, the application logs the MongoDB URI environment variable to help with troubleshooting database connectivity issues.
- Since:
- 2025-05-15
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new JobPortalJosephSfeirApplication instance. -
Method Summary
-
Constructor Details
-
JobPortalJosephSfeirApplication
public JobPortalJosephSfeirApplication()Constructs a new JobPortalJosephSfeirApplication instance.This default constructor is used by Spring Boot to instantiate the application class. It doesn't require any specific initialization.
-
-
Method Details
-
main
Main method that starts the Job Portal application.This method initializes and runs the Spring Boot application. It also logs the MongoDB URI from environment variables to aid in debugging database connectivity.
- Parameters:
args- Command line arguments passed to the application
-