Skip to content

Commit

Permalink
chore: print hero header (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Dec 5, 2024
1 parent 9f38169 commit da3fcea
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ public class [javaClassNameForAdaptorServletListener(anAdaptorInterface) /] impl
String fallbackBase = "http://localhost:8080";
String servletName = "JAX-RS Servlet";

logger.info("""
\n
:::::::::: :::::::: ::: ::::::::::: ::::::::: :::::::: :::::::::: ::: ::: ::: ::::::::\s
:+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+:\s
+:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ \s
+#++:++# +#+ +#+ +#+ +#++:++#+ +#++:++#++ +#++:++# +#+ +#++: +#+ +:+ \s
+#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ \s
#+# #+# #+# #+# #+# #+# #+# #+# #+# #+# #+# #+# #+# \s
########## ######## ######### ########## ### ######## ########## ########## ### ######## \s
""");

// [protected ('contextInitialized_init')]
// [/protected]

Expand Down

0 comments on commit da3fcea

Please sign in to comment.