Class Bootstrap

java.lang.Object
com.studentgui.bootstrap.Bootstrap

public final class Bootstrap extends Object
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 Details

    • main

      public static void main(String[] args)
      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