#301: ProjectForgeStartupListener.java

projectforge-application/src/main/java/org/projectforge/start/ProjectForgeStartupListener.java Lines: 89 · Type: Java ApplicationListener<ApplicationPreparedEvent> 89 lines · 53 code · 26 comments · 10 blank

Pre-startup initialization listener. Fires on ApplicationPreparedEvent — after Spring context is initialized but before the embedded Tomcat starts accepting connections. 89 lines.

The startup banner is printed using EmphasizedLogSupport with ASCII-art borders — visible in the application log immediately after ApplicationPreparedEvent fires.

#301: ProjectForgeStartupListener.java

Lines: 89 · Type: Java ApplicationListener<ApplicationPreparedEvent>

Pre-startup initialization listener. Fires on ApplicationPreparedEvent — after Spring context is initialized but before the embedded Tomcat starts accepting connections. 89 lines.

The startup banner is printed using EmphasizedLogSupport with ASCII-art borders — visible in the application log immediately after ApplicationPreparedEvent fires.