Package com.studentgui.bootstrap
Class Bootstrap
java.lang.Object
com.studentgui.bootstrap.Bootstrap
Lightweight bootstrapper that sets early system properties required by
the logging subsystem (APP_HOME and LOG_TS) before delegating to the
real application entry point. This ensures Logback picks up a stable
per-run filename for the rolling file appender.
-
Method Summary
-
Method Details
-
main
Bootstrap main entry. Sets early system properties required for logging (APP_HOME and LOG_TS) and ensures the logs directory exists, then delegates to the real application entry point.- Parameters:
args- command-line arguments forwarded to the application
-