|
@@ -10,5 +10,8 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
public class Application {
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(Application.class, args);
|
|
|
+ System.out.println(" __ \n" +
|
|
|
+ " (_ _|_ _. ._ _|_ _ _| \n" +
|
|
|
+ " __) |_ (_| | |_ (/_ (_|");
|
|
|
}
|
|
|
}
|