Package at.jku.dke.etutor.task_app
Class AppHelper
java.lang.Object
at.jku.dke.etutor.task_app.AppHelper
Contains some helper methods.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
logApplicationStartup
(org.slf4j.Logger logger, Environment env) Logs the URLs under which the application is reachable.
-
Method Details
-
logApplicationStartup
Logs the URLs under which the application is reachable.- Parameters:
logger
- The logger.env
- The application environment.
-