@@ -8,6 +8,9 @@ public class TestApplication {
public static void main(String[] args) {
SpringApplication.run(TestApplication.class, args);
+ System.out.println(" __ \n" +
+ " (_ _|_ _. ._ _|_ _ _| \n" +
+ " __) |_ (_| | |_ (/_ (_|");
}